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;
}
}
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
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
https://vidyamethod.com
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):
Thanks
ThemeNectar Support Team
Nice thanks!