color behind logo
-
what is the css to change the background color behind my site logo (above the navigation bar and below the top bar?
-
Hello,
I use this:#header-text-nav-container {
background: ….
}I hope it works for you too!
Thanks, but no, did not work.
Can you give me your website link?
mipikale.com
wanted a black background for the masthead. Not a super high priority, but I liked the look in other themes I tried before settling on colormag
thanks#masthead.colormag-header-classic #header-text-nav-wrap {
background: #000;
}Thanks!!!
Is there a similar code for menu background and font colors? I thought there was a panel to do this, but it must be only on Pro.
Hi @mipikale,
Thank you for writing in,
Could you try using the CSS code given below by going to Appearance > Customize > Additional CSS and check your site once?
.site-header .menu-primary-container{ background-color: yellowgreen; } #masthead.colormag-header-classic .main-navigation ul > li > a { color:whitesmoke; }Please write us back if this didn’t work.
@chrismb78,
We would like to thank you for your replies as well.Regards,
ThemeGrill Support Teamthat works! though I am going to use different colors!
Thank you so much for your helpOne last color question for now: I am using the ditty news ticker. the text is showing in the primary color (green) rather than the color for all other text on the site. Is this something from the theme or is it more likely a setting in the plugin? I really appreciate the community and publisher assistance.
For the word Latest:
.breaking-news-latest {
color: …. ;For news (text after Latest):
.breaking-news ul li a {
color: …. ;
}For Restaurant drop-down menu you should change background:
#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li a {
background: …. ;
}Thanks Cristian. Good catch on the sub menu. Unless I am missing something, the text in the Ditty New Ticker is not affected by the CSS code above.
Ah, I found it. CSS for Ditty
.mtphr-dnt-tick,
.mtphr-dnt-tick * {
color:# !important;
}Then you should enable News Ticker to see exactly what classes you have. It seems we don’t have the same classes 🙂
All good, thanks again for your help
The topic ‘color behind logo’ is closed to new replies.
