• Resolved isacosi

    (@isacosi)


    I’m trying to change the colour of text in the dropdown menu “Risorse gratuite” of the navbar in my blog. The colour of the text is quite similar to the colour of the background when I click on the text.

    The text is white but when you pass on it, It becames of the same shade of blue of the background and it’s seems to disappear.

    Could you help me, please?

    • This topic was modified 6 years ago by isacosi.
    • This topic was modified 6 years ago by isacosi.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Imran Ali

    (@imranaliweb)

    Hi @isacosi,

    Thanks for contacting us,

    Can you provide us URL of your website so that we can inspect it and give you a proper solution?

    Thnaks

    Thread Starter isacosi

    (@isacosi)

    Yes It’s http://www.massimobersotti.it, I’m building it. In the upper Menu, you’ll find the “Risorse gratuite” tab. Under “Risorse gratuite”, you’ll find three different texts.
    If you pass the mouse on the text, the colour change and it becomes blue from white.

    Is it possible to change, just for the three voices in this part of the menu, the colour of the text (not of the background)?

    Thanks

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello isacosi,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .dropdown-menu > li > a:hover {
      color: #ffffff !important;
    }
    
    .dropdown-menu > li:hover {
      background: #1b7da4;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter isacosi

    (@isacosi)

    It’s perfect!!!!!

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @isacosi if this solution worked for you, can you please marked it as resolved.

    Thread Starter isacosi

    (@isacosi)

    It’ss resolved!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change colour of text in the dropdown menu’ is closed to new replies.