Status
Not open for further replies.
T

tfmore

  • tfmore
Hello,
All of our Tabs styling is set across the board, leaving the enabled Visitor Bar text/tabs to display the same way. Can't find a XB setting to adjust things (hover, selected, etc., so I tired adding some css, the likes of:
Code:
#moderatorBar .navTab.PopupOpen a.navLink
etc. To no avail. Am I on the right track?

Thanks

Screenshot.jpg
 

Russ

Pixel Exit Staff
Hello,
All of our Tabs styling is set across the board, leaving the enabled Visitor Bar text/tabs to display the same way. Can't find a XB setting to adjust things (hover, selected, etc., so I tired adding some css, the likes of:
Code:
#moderatorBar .navTab.PopupOpen a.navLink
etc. To no avail. Am I on the right track?

Thanks

View attachment 4926
PopupOpen will only style it if the link is open.

Code:
#moderatorBar .navTab .navLink { css }
 
T

tfmore

  • tfmore
Thank you. I feel like this should work but it does not:
Code:
#moderatorBar .navTab .navLink a:hover {
color: #414042 !important;
}

I'm trying to change the color of the text link upon hover.
 

Russ

Pixel Exit Staff
.navLink is the link itself, so you'd do:

Code:
#moderatorBar .navTab .navLink:hover
 
T

tfmore

  • tfmore
That doesn't look like it's working. The text/link remains it's white color.

Code:
#moderatorBar .navTab .navLink:hover {
color: #414042 !important;
}
 
T

tfmore

  • tfmore
Can't get er' to change color on a hover, so settled for keeping the background of the tab, the same color.
Thanks though Russ.
 
Status
Not open for further replies.

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.