Css snippet for fluentcommunity
How to use CSS snippet to fluentcommunity?
Trying customizer & fluentsnippets but doesn't work
I put this in wpcode and had it 'run everywhere' as php snippet. worked for me.
add_action('fluent_community/portal_head', function() {
?>
.object_avatar_uploader { display: none;\<?php
});
Joe YoungΒ will try it