Hi, is it possible to change the logo and header background image depending on the current site? Our customer wants to integrate a product information into the company site. On these product sites the product logo and colors should be added to the header, but our customer would like to edit just one CRM system. Thank you.
Hi Jan!
There are few ways of doing it. You can find “CSS way” below
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust it as needed
.page-id-59 .logo img { opacity: 0; }
.page-id-59 .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }
and apply it to your page differently using page ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit