Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #455523

    Is it possible to hide the logo on the home page but to still display it on all other pages?

    #455792

    Hi satucker!

    Thank you for using Enfold.

    Yes, it is possible. You can add this in the Quick CSS field:

    .home .logo { display: none; }
    

    Best regards,
    Ismael

    #524605

    Just trying this on a new site I’m setting up but its not working. Again, I just want to hide for the home page. Is the code above still the solution for the quick css field?

    #524950

    Hi,

    That code should work but send us a link to your site and we’ll have a closer look.

    Thanks,
    Rikard

    #525285

    I’ve added you. Thanks.

    #525873

    Maybe its even a better solution to just hide the bar that the logo is in…

    #525880

    Hi!

    Please insert the below css to hide your logo on the homepage only:

    .page-id-9 .logo img {
        display: none !important;
    }

    The logo container can be removed with css, but will also cause formatting issues due to the headers height.

    Cheers!
    Dake

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