• Resolved rafi1864

    (@rafi1864)


    I use Flatsome Theme for my website. Flatsome use UX Builder. UX builder has a feature called “Tab” which also able to be used as mega menu. My problem is each tab title colored white. I have looked for the option to change the color, but I cant find any option to do so. Do you guys have any idea to make all text in my menu colored black? It must be the problem on my header setting, because all texts are black on the back end (UX Builder), but they become black after placed in the header.

    • This topic was modified 2 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello. ??

    There’s likely a proper way to do this and you can check the theme’s documentation or contact it’s support for help.

    However, Here’s a hack that works.

    Open the Customizer, and the bottom tab is a CSS tab. In there, put this code:

    .nav-dark .nav > li.tab > a {
    color: #000;
    }

    It should do what you want.

    Thread Starter rafi1864

    (@rafi1864)

    Literally what I Want! Thank You very much for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make all text in Mega menu become black?’ is closed to new replies.