• Hi everyone,

    I’m trying to change the colour of the text in the menu of my website ( nuovo.saleolio.com)

    I tried going to Qode options and change it in the font category as well as in the header ecc…

    But looks like the menu i’m using is not controlled by that panel…

    Any idea??

    Cheers,

    T

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s some pretty aggressive CSS controlling your menu link colors. I’d override it from a custom CSS plugin like Reaktiv CSS Builder: https://wordpress.org/plugins/reaktiv-css-builder/

    The following CSS should give you the control you need:

    .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a,
    .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover,
    .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a,
    .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li:before,
    nav.main_menu > ul > li > a {
      color: #c00 !important;
    }
    Thread Starter Tameto

    (@tameto)

    Awesome.

    I just inserted that code in the custom css i have already in bridge and put the color i want.

    Thaanks!

    just another question. what if i want to change the line above the menu? Is the solution quite similar?

    Cheers
    T

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

The topic ‘[Theme Bridge] Change colour text menu’ is closed to new replies.