Tagged: footer
Hi!
I’m not aware I added a menu to the footer… how can I get rid of it again? I want the footer to be small, just mentioning copyright stuff. Or maybe it’s not the footer I don’t want, but then I don’t know what that area is called… Please have a look at http://www.jouwwp.nl/npb, I mean the dark grey area where it says ‘interessante links, pagina’s, categorieën, archief’. This whole ‘block’ needs to go. How can I do that?
Thanks a lot in advance!
Hi Welmoed!
Please go to Enfold theme options > Footer Layout and choose to display only “Socket”. You can also add following code to Enfold theme options > General Styling > Quick CSS field
#footer {
display: none;
}
Best regards,
Yigit
Ah thank you! I needed to click the + to see all the options, found it. Thanks!