hello, i have question about possibility to change logo on the header on my site.
for example i want to have on main page one logo, on contact page another logo, and on menu page another, if this is possible how can i do that?
Hey,
Sorry for the late reply! :)
Please refer to this post – http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/
Best regards,
Yigit
okay, thanks for your reply, i will try this ;)
it worked, thank you so much again, and i have one more question, how can i change header color on different pages, for example on home i want to have blue, on kontakt red, etc.?
Hi,
You can add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3236 .header_bg {
background-color: red;
}
and change page ID to match your page’s ID :)
Best regards,
Yigit
it worked, thank you!