• Resolved dlclose

    (@dlclose)


    Hello,
    When one hovers over a Home page link – especially when viewing on a smartphone – the text is grey and virtually “invisible”. I would like to convert all – or most – link colors (hover, active, etc.) to a visible color – red probably – but have been unable to find the CSS section where I can change this very specific main page link color from light grey to red.
    Many thanks in advance for your help!
    All the best,
    Denise

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @dlclose – I’m not sure if you need help with your original problem, as I’m not seeing any light grey on your menu hovers. What I’m seeing at the moment is that your menu items are not visible on smaller screens, as they are black on black. You can only seem them when hovering, when they turn red. Here’s what I see:

    La Cave des Coyes Maintenon France 02 37 27 66 59

    You can fix this problem by adding this to your custom CSS or child theme:

    .main-navigation ul ul a {
      color: #bb00bb;
    }

    Replace the example purple with your own colour.

    Thread Starter dlclose

    (@dlclose)

    Hello Kathryn,

    Oh Happy Day!!! Thank you so very much for your reply and help. Yes, it was more dark on black than grey.

    Your solution is perfect – that’s the one “place” I didn’t think of “looking” (ul).

    In fact purple is my favorite color but I don’t think the wine shop would like it!

    Thanks to you the problem is solved. “Merci beaucoup”!!!

    All the best,

    Denise

    Moderator Kathryn Presner

    (@zoonini)

    De rien! Glad this solves it.

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

The topic ‘Menu colors’ is closed to new replies.