Any suggestions for how to have the logo NOT appear on the homepage? And the homepage only?
Thanks!
Hi Justin,
Please try the following in Quick CSS under Enfold–>General Styling:
.home strong.logo {
display:none !important;
}
Best regards,
Rikard
Thanks Rikard, I may not have explained this right. Only the transparent logo I needs to disappear. The following seemed to work;
.av_header_transparency.av_alternate_logo_active .logo a > img {
display:none!important;
}