Hello,
How can I remove the log just from the homepage and stay the same in the other pages?
Thank you in advance.
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