Skip to main content

Css snippet for fluentcommunity

How to use CSS snippet to fluentcommunity?

Trying customizer & fluentsnippets but doesn't work

Joe Young

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

});

Rudi Hartanto

Joe YoungΒ will try it