Hello,
is there a quick css code to fade-out the Logo only on one page?
Thanks
Stefan
Hi nafets25!
Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-755 .logo img {
opacity: 0.2;
}
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit