Changing pageNavLinkGroup Style

gldtn

Well-known member
Hello guys, I can't seem to be able to effectively change the pageNavLinkGroup links style, specially the popup open without effecting the rest of the popup menus in the main navigation.

Can anyone shed a light please?

Thanks!

pop_menu.webp
 
For the PopupOpen try adding this to the EXTRA.css:

Code:
.linkGroup .PopupControl.PopupOpen
{
        background: #000; /* Changes PopupOpen Tab Background */
}
 
Top Bottom