Changing of header font color via css

Hello,

I need to change my header color via ccs:

#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
    color: #ffffff;
}

This works great, but I only want the normal header to be white and not the sticky header. Is there a way not to set the color of the sticky header?


With best regards

Comments

Sign In or Register to comment.