Hello,
There are lots of pages provided with the theme in the footer.
How can I “hide” them so that they can’t be seen ?
Thanks.
Hi radis92!
You can either go to Appearance > Menus and uncheck Enfold Footer Menu in Menu Settings http://i.imgur.com/eMXkV3V.jpg
or add following code to Quick CSS in Enfold theme options
#socket .sub_menu_socket { display: none; }
Regards,
Yigit
Hello Yigit,
I’ve added the proposed code to the Quick CSS in Endold theme options, however that did not work for me…..
Do you have an alternate solution?
Thanks,
Marco
Hey!
Please try following code with !important
#socket .sub_menu_socket { display: none!important; }
First try adding it to Quick CSS in Enfold theme options then flush browser cache and refresh page a few times, if that does not work try adding it to custom.css file inside Enfold/css folder
Regards,
Yigit
Hi Yigit,
Seems that the Quick CSS option does not work. So i added it in custom.css as you suggested. Cleared the cache and restarted the browsers (using Internet Explorer, Google Chrome and Safari), but also that option does not seem to work.
Did it work in your environment?
Thanks!
Marco
Hi Marco,
Can you post the link to your website please?
Regards,
Josue