Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #262593

    Hi,

    I’m looking to get my colors for the main dropdown submenu and sidebar menu the same. Now the latter is gray, and is ‘breaking’ the colorstyling of the website.

    I found this in FireBug for the css:
    .main_color .aviaccordion-slide {
    background: none repeat scroll 0% 0% #F8F8F8;
    }

    But adding this to the quick CSS with changed colors doesn’t work. Haven’t found the border color settings so far.

    It might be nice to be able to change this submenu colors in the ‘General Stying” settings, as with the main menu in a future release ;-)

    Sorry if this is already answered, but I couldn’t find it anywhere after searching the forum :-\

    #263151

    Hi RobWu!

    Thank you for visiting the support forum!

    Do you mind if we take a look at the actual website? A screenshot of the element that you’re trying to change will help.

    Best regards,
    Ismael

    #263212
    This reply has been marked as private.
    #263502

    Hey Rob!

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

    .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item { background: transparent; }
    .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 { box-shadow: none; }

    Best regards,
    Yigit

    #263622

    Hi Yigit,

    First part got me on the right track. Chenaged the background color, all is fine now.

    Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hover/border colors for sidebar menus’ is closed to new replies.