Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289994

    Hello,

    is there a quick css code to fade-out the Logo only on one page?

    Thanks
    Stefan

    #290068

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.