Hi guys,
i’m using the transparent header but need to switch the black logo out for the white one. How can I do this? Thank you :)
PageId:
page-id-349
Hey bobfurgo,
Try adding this CSS code, make sure to replace REPLACE_WITH_WHITE_LOGO_LINK with the link white logo link you gave:
#top.page-id-349 .logo a {
background: url(REPLACE_WITH_WHITE_LOGO_LINK) center center no-repeat;
background-size: contain;
}
#top.page-id-349 .logo img {
opacity: 0;
visibility: hidden;
}
Best regards,
Nikko
thank you so much !!
Hi bobfurgo,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko