Remove highlight on footer

Hi there, I’m trying to remove the white box in the footer that appears depending on which page a visitor is on. Could someone help me to remove it? If anything, the text could be highlighted in the same blue at the top, but ideally it’s just not highlighted at all. Thanks!

Hi there,

Please add this code in the Global CSS:

footer.x-colophon.top .widget_nav_menu ul li a {
    background-color: transparent;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.