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

    Hello,
    How can I remove the log just from the homepage and stay the same in the other pages?
    Thank you in advance.

    #629675

    Hey zmartnet,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .home .logo {
        display: none;
    }
    

    Best regards,
    Jordan

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