Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #435179

    Under Enfold Child General Styling – Footer, I have to choose an alternate background color. For some reason this background color appears in my footer widget surrounding the link to the current page. It looks terrible. See attached private link – in the footer under ‘Quick Links’ the current page, The Blue Frog Menu, shows the background color.

    Thanks for giving me the css to eliminate this.

    #435183

    Hey Mike!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .footer_color .widget_nav_menu ul:first-child>.current-menu-item {
      background-color: transparent;
    }

    Regards,
    Yigit

    #437000

    Thank you! This took care of it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Alternate background color on current link’ is closed to new replies.