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

    Hi,

    I’m using Enfold and have a custom menu in one of my widgets and am trying to target and remove the background on the current-menu-item.

    I’ve tried everything but just can’t seem to target it and am feeling rather stupid.

    Thanks,

    #346846

    Hi DigitalEssence!

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

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-left: 0;
    left: 0;
    box-shadow: none;
    background-color: transparent!important;
    }

    Regards,
    Yigit

    #347184

    Perfect, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Howto: Remove background from Footer widget Custom menu .current-menu-item’ is closed to new replies.