CSS that applies for visitors only
Hi guys;
What css can I use that let me apply settings for visitors only. I thought this could work:
.bx-unacms-visitor .my-element {
display: none; /* Hide an element for visitors */
background-color: #f8f9fa; /* Change background color for guests */
}
-
- · Chris Andre Buys
- ·
I look around and found this :
https://unacms.com/d/how-to-add-a-block-to-all-website-pages
Right at the bottom,bx-hide-when-logged-in and bx-hide-when-logged-out
But it doen't work.
-
- · PavelS
- ·
So mainly you have to specify what you want to hide from unregistered users
-
-
·
LeonidS
- ·
-
·
LeonidS
-
Thanks a million my friend. Much appreciated.
-
Works perfect. Thank you...