Hi
I have a challenge with some formatting in the dropdown menu.
I want the Logo Area background to be transparent and the menu dropdown background to be white in the CREATIONS section, not just white when one hover over the page names in the dropdown menu.
In general styling I have nothing in the Logo Area background color field which makes background transparent, and the Alternate Background color the settings are #ffffff.
Can you please help with the settings or give some css code.
Hey mind,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-main-nav li:hover > ul {
background: #FFF;
}
Best regards,
Vinay
Hi Vinay
Thank you for the reply. I inserted the code but what I am trying to achieve didn’t change. When you hover over CREATIONS in the menu at the top I would like the whole dropdown menu to be white not just when one hover over the the page names in the drop down.
Also can you please tell me how to insert an image with transparent background. I really appreciate your help with this.
Hi again
I had a look at the dropdown menu on other pages on the site. It looks like the dropdown menu is sitting behind the other boxes ie special header and the colour section on the home page. If the dropdown is displayed on top to the other boxes maybe it will work?