• Hi there,

    I’d like to change the Top Bar Font Color.
    I am using Flatsome and I’ve already tried:

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

    but there was no change at all.

    Thanks,
    Max

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Max,

    Can you share a link to your site? That’ll make it much easier to help you with the color.

    Are you missing some hyphens?

    In the demo of Flatsome I see #menu-top-bar-menu or .top-bar-nav

    Try
    #top-bar li>a { color: #777777; }

    and if that doesn’t work
    #top-bar li>a { color: #777777!important; }

    Thread Starter WaxPower

    (@waxpower)

    Yeah “#top-bar li>a { color: #777777; }” worked thank you, but just for the right menu in the top bar. The text on the left stays white.
    Also when i hover of the menu points they still get underlined white.

    URL: “https://www.donaulife.at/”

    Change the one I gave you to:
    #top-bar li>a { color: #777777; text-decoration: none;}

    Add this one to correct the left:
    #top-bar {color:#777777;}

    If you want a hover state for your top menu items on the right use the following and set the appropriate hex color:
    #top-bar li>a:hover { color: #51b579; }

    Thread Starter WaxPower

    (@waxpower)

    That worked absolutely fine thanky you very much ??

    You’re welcome ??

    Hi, I’m having the same problem. Where do I insert the code?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Top Bar Font Color’ is closed to new replies.