Main menu color

Posted in: Newsmag
Post count: 19

Hi. I’ve made my own attempts; no joy.

May I have the css for the desktop version main menu default font color, as I don’t want the color from the settings as far as the main menu goes.

Thanks.

Post count: 35449

Hi,
Sorry, I do not quite understand, do you want to keep the menu color and fonts only for a part from menu and use a css for another one? Can you please provide some more details and some example, maybe some screenshots, this will help me to better understand the problem and provide an working answer.
Thank you for your understanding!

Post count: 28

Hi. Font color for main menu text. I want freedom via custom code plz.

Thx

Post count: 35449

Hi discdemo, for this you can use the settings from theme panel -> https://i.imgur.com/HCtrKcG.png -> https://i.imgur.com/TurkpMl.png or if you want you can try this css -> https://i.imgur.com/tXRKVo7.png
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color: #f35;
color: #eee;
}
.sf-menu > li > a, .header-search-wrap .td-icon-search, #td-top-mobile-toggle i {
color: #fff;
}

Thank you!

Post count: 19

Apparently, I have custom css on the brain.

For some reason, I thought something was overriding the white color in that field.

Not the case. Thanks as always, Calin!
jz

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.