hide button when logged in
I have a button in template header to let users log in. Can I Hide that button when logged in?
http://pvp.jeroenberings.nl
I have a button in template header to let users log in. Can I Hide that button when logged in?
http://pvp.jeroenberings.nl
Comments
Hi,
You can add a custom class to this button and write a custom CSS code to hide this button for logged users.
You can name the class however you want.
The CSS should look like this:
Put this CSS in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thanks this works fine. Only it is disappeared in backend template editor (header) also because I am logged in to devolp te site. So I can't change it anymore. Only when I disable CSS code in options.
Please, try the following CSS code instead:
Thanks
Perfect. Thanks!