Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323334

    My client has a specific need to have a band of text under their logo on the website that renders unreadable when the header shrinks. Is it possible to upload a second logo to display as the small logo?

    #323341

    Hey!

    Try adding this code to the Quick CSS:

    .header-scrolled .logo img { 
    opacity: 0; 
    }
    .header-scrolled .logo a { 
      background-image: url("SCROLLED LOGO URL HERE"); 
      background-repeat: no-repeat; 
      background-size: contain; 
      background-position: center center;
    }

    Cheers! 
    Josue

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