Hello,
Lets say i made the menu on homepage transparent when I use a video background. And i got a logo with black font normally, how can i change it to a logo with white text on that particular page?
Regards
Hello,
Lets say i made the menu on homepage transparent when I use a video background. And i got a logo with black font normally, how can i change it to a logo with white text on that particular page?
Regards
Hi Joakim,
To do this will require custom CSS. Therefore, can you provide the names or links to the pages where you want to have a different logo image and black text, please?
Thanks,
Danny
[Content Hidden]
Hi Joakim,
To replace the logo image in your header for the home page only, use the following CSS.
.home .fl-page-header-primary .fl-page-header-logo {
background-image: url(Link to your logo image);
background-repeat: no-repeat;
}
.home .fl-page-header-primary .fl-logo-img {
opacity: 0;
}
You will need to replace the “Link to you logo image” with the link to your replacement logo image.
Thanks,
Danny
Thank you Danny, I really appreciate that you took your time to help out.
No problem, Joakim. Happy to help!
Thanks,
Danny