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
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