Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #952834

    Hi! I want my entire header background to be transparent, including the button background. How can I achieve this?

    #953240

    Hey martinelovik,

    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

    
    #top #header .av-main-nav > li > a {
      background-color: transparent;
    }
    

    But then you will get situations like this
    Image 2018-05-08 at 15.07.33.png

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #953253

    Thank you, that’s exactly what I want. But the code does not seem to work for me. I tried adding it to the Quick css, which did not work, I then tried adding it to custom.css but that didn’t work either.. What could be the issue here?

    #954029

    Hi,

    The css code should work. Please check if the greater than symbols were converted to something else. Or post the login details so we could check it.

    Best regards,
    Ismael

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