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: ; /* Change background color for guests */

}

  • 1209
  • More
Replies (5)
    Login or Join to comment.