Tagged: logo
Is it possible to remove logo only from 2nd page, 4th page, etc.? We still want to have logo show on homepage and other pages? If possible can this be done via Quick CSS and how?
Hi!
You can simply add Code Block element to your page and add following code inside it
<style>
.logo, .responsive .logo { display: none !important; }
</style>
Then you could save the element as template and load it on the pages where you would like to remove logo :)
Best regards,
Yigit
Hi Yigit,
Thank you very much!
Worked perfectly!
E-
Hey!
Happy we could solve it
Please do remember to create a new ticket if you need anything else.
Thanks a lot
Regards,
Basilis