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

    I would like to add a background image to the Main Menu dropdowns. You can see an example of what I am talking about here: https://juliatesta.com/ (hover over a main menu item to see the dropdown with background image). I have tried various targeting with CSS but nothing has worked.

    I have linked the site I am working on – it’s a rebuild of the example site above.

    Thanks!

    #811144

    Hey bigbridgeavl,

    We still need to login to see what you’re working on :)

    Best regards,
    Victoria

    #811152

    Here it is!

    #811501

    Hi,

    Please try this in Quick CSS:

    .header_color .main_menu ul ul {background: #270f2a url(YOUR-IMAGE-PATH) no-repeat right top !important;}
    
    .header_color .main_menu ul ul.sub-menu li a { background: transparent; }
    
    .header_color .main_menu ul ul.sub-menu li a:hover { background-color:rgba(250,250,250,0.3)!important;}

    Please replace YOUR-IMAGE-PATH with the correct image path.

    Let us know if you need further help!

    Best regards,
    Sarah

    #812139

    That worked perfectly after I added an !important to:

    .header_color .main_menu ul ul.sub-menu li a { background: transparent; }

    Thanks!

    #812170

    Great!

    Do you need more help with this topic or can we close this thread?

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.