Hi there,
How would I need to go about removing the logo altogether from the header? I know that there are various articles available on that subject, but most of them date back to 2013/2014 and since Enfold changed a lot, I’m not sure they still apply.
Just to be clear, I would like to use no logo at all. It’s for my blog; so I d0n’t think it’s necessary.
Many thanks.
Karl
Hallo Karl,
Please try this in Quick CSS:
span.logo {
display:none !important;
}
LG,
Rikard
Works Rikard.
As always, many thanks.