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

    Hi,
    I would like to delete the Logo on Home in the right corner, it should just be visible by scrolling.
    Had this code but it doesn`t work.
    #top.home #header.av_header_transparency .logo {
    display: none;
    }
    Do you have any idea?

    Many greetings rixi

    #1378141

    Hey Rixi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av_header_transparency .logo img.alternate, 
    .av_header_transparency .logo .subtext.avia-svg-logo-sub svg {
      opacity: 0;
    }
    

    Best regards,
    Yigit

    #1378221

    Hi Yigit,
    great, thanks a lot, it works :)

    Many greetings rixi

    #1378227

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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