Skip to main content

Custom CSS on login page

I use the snippet to customize css in FluentCommunity, but it's not working for the login/Signup page. Is there another snippet I don't know about ?

Alabri

Should be added as php code snippet πŸ‘‡πŸ»

add_action('fluent_community/portal_head', function() {
?>

</style>
       Your css code
</style>
<?php

});

Yes I'm already using this, but it doesn't seem to apply to the login/signup pages

Elisa Faria

Γ‰lyse BergeronΒ The same happens to me. I make some interventions with CSS within the community, but on the Login page, the Fluent customization code doesn’t work.