Hey team, thank so much for your help as always.
I’m trying to do the following:
Recreate: https://highereducationfest.com/ on this subdomain: https://highereducation.jointdiplomacy.com/
I’m having problem with one aspect. As you can see on the original site… the header is grey but transparent… and then becomes white when you scroll down. On my subdomain, its transparent, but not grey. How do I make it grey when its initially transparent only… but remains white once you scroll down.
Including login details below.
Hey,
Thanks for contacting us!
I added following code to Quick CSS field in Enfold theme options > General Styling
#top .av_header_transparency .header_bg {
background-color: rgba(51, 51, 51, 0.95);
opacity: 1;
}
Please review your website :)
Edit: Please go to Enfold theme options > General Styling and set “Logo Area background color” to white :)
Best regards,
Yigit