Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #915988

    Hi Enfold!

    When the menu is dropping down there is always a ‘white’ layer in the background. Is it possible to remove that white layer? I only want to see the green buttons and the background transparency. It there a smart solution with css? I tried a lot of things, nothing helped.

    I made a printscreen of the drop down menu: https://www.dropbox.com/s/wa7v18dm7vvumt9/Schermafdruk%202018-02-22%2011.14.27.png?dl=0 and see website: http://www.degrotedag.net

    It would be so awesome if it can be fixed! :-) Thanks!!

    • This topic was modified 6 years, 2 months ago by skeereweer.
    #916070

    Hey skeereweer,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header_color .main_menu ul ul {
        background-color: transparent;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #916133

    Hi Victoria! Thx for the quick reply!

    I tried the css in the quick css and in the custom.css; i doesn’t work :(.
    I delete te cache, tried another browser; is there something else i can try?

    Thx!

    #916493

    Hi,

    Victorias CSS should work, it looks like the CSS being served on your site is coming from Auto Optimize, could you try disabling that please?

    Best regards,
    Rikard

    #916695

    Thanks Rikard!

    I disabled all the plugins; still doesn’t work.

    #916697
    #916704

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    #923111
    This reply has been marked as private.
    #923563

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .sub-menu li a {
      background-color:transparent !important;
    }

    Best regards,
    Rikard

    #968094

    That works! But now, afther two months i just notice that there is a lot of space in the drop down menu. I tried some things, but i don’t work.
    Do you have a solution?

    See printscreem:
    https://www.dropbox.com/s/g2kbrjfjre34xgc/Schermafdruk%202018-06-06%2022.23.00.png?dl=0

    #968524

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-main-nav ul {
        top: 80% !important;
    }

    Best regards,
    Rikard

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