Tagged: background, custom logo, logo, specific pages
Hi there,
I was wondering if you could please guide me on how to:
Basically I have a fitness website and there are 3 pages on this site which I want to change the logo and background for, but I want the rest of the website to remain the same with the current logo and styling. Im not sure how to add a custom logo on specific pages without affecting the rest of the pages on the website. Please help or provide any assistance you can. I am using the Enfold theme.
Thanks for your time
Hello!
For the custom background try adding this to the Quick CSS:
.page-id-x{
background: url(_BACKGROUND_URL_1_);
}
.page-id-x{
background: url(_BACKGROUND_URL_2_);
}
.page-id-x{
background: url(_BACKGROUND_URL_3_);
}
Change page-id-x by the ID of the respective Pages.
Regarding the custom logo is possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
Josue