Tagged: enfold theme, logo
Hi there,
I have the Enfold theme and I would like to remove the default logo and have nothing. How can I do this? I don’t know how to code, or anything, so I’m hoping there is a simple solution. I have tried [no image] and this created a small box where the logo used to be.
Please help.
Kim
Hey KimFaulks16!
You can simpyl add following code to Quick CSS in Enfold theme options under Styling tab
.logo { display: none; }
Cheers!
Yigit
Sorry, I’ve added the code, but the deault logo is still showing. I’m not sure what I’m doing wrong here?