• Resolved CB

    (@tng2013)


    Hi,

    Just wondering how to change the font colour for the top menu which is set default to white. I’m looking for it on the css but can’t find it. Any help would be much appreciated.

    Kind regards,

    Calvin

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to customizer->general->custom css

    #top-navigation .sf-menu a { color:#000; }

    Thread Starter CB

    (@tng2013)

    Hi Rickie,

    Thanks for the quick response and it works great on desktop, but unfortunately it is not applied to mobile. Any ideas how I can apply it to mobile as well?

    Many thanks,

    Calvin

    Theme Author Richie KS

    (@rkcorp)

    i don’t think in mobile, the top nav will show. only mobile menu will show.
    wp-admin->appeareance->menus->location->mobile

    Thread Starter CB

    (@tng2013)

    Hi Richie,

    Thanks for the advice. Any idea how I would change the colour of the font on the mobile menu as well because that is set to default white as well.

    Many thanks for your help.

    Calvin

    Theme Author Richie KS

    (@rkcorp)

    #custom #mobile-nav ul li a {color: #cc0000;}

    Thread Starter CB

    (@tng2013)

    Perfect, thank Richie; you’re a diamond mate!

    Thread Starter CB

    (@tng2013)

    Hi Richie,

    One last issue. On mobile, the CSS above works to change the dropdown options to a new colour but the actually bar that shows saying ‘Top Menu’ is still white? Any way to change the colour of the part that says ‘Top Menu’?

    Thanks,

    Calvin

    Theme Author Richie KS

    (@rkcorp)

    its the customizer->colors->top nav color

    Theme Author Richie KS

    (@rkcorp)

    or you meant the text color?

    #custom #mobile-nav .mobile-open a {color: #cc0000;}

    Thread Starter CB

    (@tng2013)

    Perfect, I was referring to the text colour; thanks again for all your help!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change font colour in top menu’ is closed to new replies.