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 ?
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
Γ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.