main menu css

Posted in: Newsmag
Post count: 28

Hi. More setup css help, please.

I can reference later so I appreciate all of the up front help!

So, I inspected the elements and tried a few style changes via custom css.

But, I’m a novice, so I often struggle knowing which style to change and then which is !important etc.

Please find the main menu font color I’m trying to change. I tried a: in my css, i tried font-color, etc.

https://paste.pics/CMCO8

Thanks!

Post count: 35449

Hi, in places where it is set important you need to use it too, for example -> https://i.imgur.com/TOBMI80.png
body #td-outer-wrap .td-header-style-10 .sf-menu > li > a{
color: #123fe5!important;
}

But, if there is no body class set in theme panel, you can simple use the options from theme panel -> https://i.imgur.com/szmjKmu.png
I hope this will help you!

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