Subpages: Change background color in third level of a subpage or more
-
Hello.
Yesterday, I read a post in this forum about how to change the background colour in subpages and added that code to my website, however, I realised this only is applied to the first subpage level.
I am not sure If I am doing something wrong. This is the code I have right now:
body:not(.overlay-header) .primary-menu ul {
background-color: #139576;
}
body:not(.overlay-header) .primary-menu > li > ul::after {
border-bottom-color: #139576;
}
.primary-menu ul::after {
border-bottom-color: #139576;
}Also, I attached an image of the colour I would like to change.
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Subpages: Change background color in third level of a subpage or more’ is closed to new replies.