Header color -Mobile

Posted in: Newspaper
Post count: 376

I have my header color set to a purple on the desktop but I can’t get it to change from black on mobile.

You can look here. http://interestinganswers.com

Is there a way to do this with CSS?

thanks.

Post count: 1043

Paste this in Newspaper>Theme Panel>Custom Code>Custom CSS
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #523f6d!important;
}`
}

Post count: 376

Perfect. Thanks

Post count: 1043

You’re welcome.

Post count: 20688

Hi,

That happened because you did not use a valid hex code for the color, in the theme panel
https://www.screencast.com/t/oPC0yEt4dv
That should be like this #452281. You can still use the code provided by epickenyan, just wanted to clear that up.

Thanks

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