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

    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.

    #646650

    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

    #647123

    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.

    #647131

    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?

    #647762

    Hi,

    Please trying this instead:

    .html_header_top .header_color .main_menu ul:first-child >li > ul {
    background:white !important;
    }

    Regards,
    Rikard

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