• Resolved racheleve.h

    (@racheleveh)


    Hi there,

    I’m having trouble with changing the font color in the top bar menu. Is there a code I can enter into the Custom CSS?

    Thanks,
    Rachel

Viewing 15 replies - 1 through 15 (of 15 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What CSS have you tried?
    Can you link your site?

    .topbarmenu ul li a {
    color: #000;
    }

    Kadence Themes

    Thread Starter racheleve.h

    (@racheleveh)

    http://multipanelcanvas.com/

    I tried

    .topbarmenu ul li a {
    color: #000;
    }

    and the icons and search bar remain white.

    Top search is a little different, use this:

    #topbar-search #searchsubmit {color: #353535;}
    #topbar-search ::-webkit-input-placeholder {color: #353535;}
    #topbar-search :-moz-placeholder {color: #353535; }
    #topbar-search ::-moz-placeholder {color: #353535;}
    #topbar-search :-ms-input-placeholder {color: #353535;}

    Kadence Themes

    Thread Starter racheleve.h

    (@racheleveh)

    Perfect! Thank you! Is there any way to change the color of the social media icons from white to black?

    .topbar-widget .virtue_social_widget a i {
    color: #000;
    }

    Kadence Themes

    Thread Starter racheleve.h

    (@racheleveh)

    Amazing! Thank you so much!

    One more question.. would it be possible for me to shift the following items to represent this: http://i.imgur.com/cLjLRgE.png? I’d like to move my slider towards the left rather than have it centered and move the sidebar up beside the slider.

    Thanks for all your help,
    Rachel

    For that you need to use a slider plugin, just add the slider shortcode into the page content. The theme slider is coded before the content div so the sidebar can’t move up.

    Kadence Themes

    Thread Starter racheleve.h

    (@racheleveh)

    Okay, I see.

    Thanks again for your prompt replies! Loving your theme!

    Thread Starter racheleve.h

    (@racheleveh)

    Hi, sorry, I can’t seem to add my shortcode into my page content because in the Page Content Options it looks like I’m only able to set it to latest post display.

    Is your home page a static page? You can add the shortcode into the page content then add the latest post module

    Kadence Themes

    Thread Starter racheleve.h

    (@racheleveh)

    Nevermind! I figured it out! 🙂

    Edit: yes that was the problem – had to switch to a static page from the Customization settings. Thank you!

    Hi,

    http://zazzyzoe.clothing/

    My topbar font color remain to be white on the homepage.

    But it works on other page. Any idea?

    I have used this code on custom css

    .topbarmenu ul li a {
    color: #000;
    }

    Thanks

    Hey, from what I can tell your topbar is white on every page, even the homepage. Is this not what you want?

    Hi Hannah,

    Thanks! It is solved now 🙂
    After reopen the browser, the font color of my homepage have change to black color as I wanted.

    Thank youu

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Topbar Font Color’ is closed to new replies.