Okay
  Public Ticket #2495569
Transparent header
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi. I'm wondering if you can make the mobile logo not show on the homepage, but on every other page when using transparent header?

    It would need to appear on the homepage after scrolling when the header goes to solid colour.

    Thanks

  •  8,853
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    https://vidyamethod.com

  •  8,853
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 999px) and (min-width: 1px) {
        body.home #header-outer #top .col.span_3 #logo {
        visibility:hidden !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Nice thanks!