Main menu bar color is stuck black

Posted in: Newsmag
Post count: 9

I have a black-colored main menu on the site, but I want it to be teal. Oddly, the theme panel controls for the main menu do not seem to be able to adjust these colors as they do for all of the other menus on the site. The “menu text color” control will change the color of the magnifying glass, but not the text of the main menu. The “menu background color” will change the stripe underneath the main menu bar, but not the main menu itself.

Could it be that these colors are being overridden by some other setting in the theme panel?

Post count: 35449

Hello,
Our Newsmag theme have colors for background menu, text menu and line menu – https://i.imgur.com/IlZJKyi.pnghttps://i.imgur.com/nS0xK5u.png if there are any other elements that you want to adjust then it will be need to use a custom css.
Please let me know what you’ll like to change and please provide a link to the website to can inspect that section and create a css for you.
Thank you!

Post count: 9

Yep, those are the controls I’ve been adjusting, but to no avail. Rather than solid black, I’d like the main menu bar to be a teal color, perhaps #486962. The site is https://answersforelders.com.

Post count: 35449

Ok, Please try this custom css:
#mega-menu-wrap-header-menu {
background: #486962;
}

This can be set in the theme panel > custom code> custom css
I hope this will help you!

Post count: 9

That worked, thanks!

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