• Resolved ruthbillheimer

    (@ruthbillheimer)


    If you go to the above URL on a desktop and click on an item in the drop-down list under the “News” category, the link and border turns that awful blue. I’ve managed to replace it everywhere else with my website green but this will not budge.
    However, I think it’s something to do with the cache or the browser, as it only happens in Firefox, Chrome, and Opera but not Edge. I’ve cleared every cache I can think of, including the SiteGround cache.
    It doesn’t happen on the phone, even using Chrome. It’s driving me nuts! Anybody any ideas?
    Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Ruth,

    I understand the issue you are facing and it is not really a caching issue but more so the CSS being applied.

    Try the following CSS to fix your issue,

    .main-navigation li:focus {
        outline: none;
    }
    .main-navigation li:focus-within > a {
        color: #365925;
    }
    Thread Starter ruthbillheimer

    (@ruthbillheimer)

    Oh thanks! Do I put that in the additional css part of the customizer?

    Yes, that could be one place. It would be best to place it where you have added all your other CSS changes.

    Thread Starter ruthbillheimer

    (@ruthbillheimer)

    Thanks, that’s done it!
    Much appreciated
    R xxx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Colour of links/boxes’ is closed to new replies.