Site logo

Archived topic

Change font color to secondary menu only for posts.

3 replies · Started by Santa on May 27, 2019

Viewing posts 1–4 of 4

Hi! How to change the secodary menu font color only for posts?
Currently the menu items are in black color, but as in blog posts I am using header element I owuld like them to be in white.

Thank you!

Hi there,

we could do this to style those links whenever the merged header is present:

.header-wrap .secondary-navigation ul li a,
.header-wrap .secondary-navigation ul li:hover a {
    color: #ffffff;
}

Thank you very much! Just what I needed.

Glad to be of help

This archived topic is closed to new replies.