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

    Good Day,

    I’d like to hide logo when it shows initial when the home page shows. But when the sticky header activates, I’d like to show the logo.

    Here is the sample link: https://serrystestserver1.info/h2/

    The logo initial appears. That is the logo I want to hide.

    Any help with .css or code is appreciated.

    Brett

    #1097202

    Hey Brett,

    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

    
    .av_header_transparency .logo {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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