Color of the mobile main navigation?

Posted in: Newspaper
Post count: 4

I cannot for the life of me figure out where the color is being pulled from for the mobile main website navigation. Screenshots:

If you look carefully, the menu background is darker than the logo background:
null

This is where the color is being pulled from:
null

Any idea where that “020202” is located? I’d like to change it. Thanks!

Post count: 6535

Hi

Try this css in theme apnel > custom code > custom css to change the backgropund color: http://screencast.com/t/iPFMRBWod

.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-top-menu-full, body .td-header-wrap .td-header-main-menu {
background-color: #1a1a1a!important;
}

Thanks!

Post count: 4

Hey thanks for taking a look. The color remains unchanged for some reason. Would you mind taking another look?

EDIT— ALL GOOD! I placed the code into Custom HTML instead of Custom CSS on accident. Thanks, I wasn’t aware of this custom css location within the template

  • This reply was modified 9 years by vitaliyg.
Post count: 2

Hopefully you figured this out considering how old this post is but to change the mobile navigation menu colors, as of this post, go to Theme Panel -> Theme Colors -> Mobile menu/Mobile search. This panel lets you change the gradient applied to the mobile menu.

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