Tagged: logo
Hello,
Please check http://www.hazmeds.nl/wordpress
I would like to remove the logo, ONLY from the homepage. How can I do this? If it can be done using css, please help me out for the correct css.
Thanks for your help!!
Martine
Hey famewebdesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .logo {
display: none !important;
}
Regards,
Yigit
Thanks for your answer Yigit! But unfortuality it’s not working …
Maybe you have another solution?
Anyway: thanks for your help!
Martine
Hi!
Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor
Cheers!
Yigit
Great! That works!!
Thanks again! :-)