• mipikale

    (@mipikale)


    what is the css to change the background color behind my site logo (above the navigation bar and below the top bar?

Viewing 15 replies - 1 through 15 (of 15 total)
  • Hello,
    I use this:

    #header-text-nav-container {
    background: ….
    }

    I hope it works for you too!

    Thread Starter mipikale

    (@mipikale)

    Thanks, but no, did not work.

    Can you give me your website link?

    Thread Starter mipikale

    (@mipikale)

    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;
    }

    Thread Starter mipikale

    (@mipikale)

    Thanks!!!

    Thread Starter mipikale

    (@mipikale)

    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 Team

    Thread Starter mipikale

    (@mipikale)

    that works! though I am going to use different colors!
    Thank you so much for your help

    Thread Starter mipikale

    (@mipikale)

    One 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: …. ;
    }

    Thread Starter mipikale

    (@mipikale)

    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.

    Thread Starter mipikale

    (@mipikale)

    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 ??

    Thread Starter mipikale

    (@mipikale)

    All good, thanks again for your help

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘color behind logo’ is closed to new replies.