Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #806294

    Hi there,

    I would like to change the background of the submenu from the solid black to transparent i have tried the following css code but with no luck help please

    #top .sub-menu { background: transparent !important; box-shadow: none !important; }

    Thanks
    Bejan

    #806318

    Hey bejan2k,
    Try this code in the General Styling > Quick CSS field:

    .header_color .main_menu .menu ul li a {background-color: transparent !important;     border-color: transparent !important; }

    Best regards,
    Mike

    #806321

    Hi Mike, just tried that code now and it has worked only thing is there is a slight drop shadow remaining around the sub menu is there a way to remove that also?

    thanks

    #806349

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .av-main-nav ul {box-shadow: none!important; }

    Best regards,
    Mike

    #806353

    Thanks Mike that fixed it :) case solved

    #806362

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Submenu dropdown transparent’ is closed to new replies.