Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Other
How to turn of the widget footer area
Dadero
July 2014
in
Other
Is it possible to turn of the footer area? I do want to keep the copyright social icon area.
thanks
dennis
Comments
Albert
July 2014
To remove footer copyright section, please use below custom css:
#Footer .footer_copy { display: none; }
Dadero
July 2014
Thanks. but like i wrote in my first question i don' want to remove the copyright footer but the regular footer where normally widgets are placed in. What is the css code for removing this?
Albert
July 2014
OMG sorry, we missed that. To remove widgets section, you can use below css instead:
#Footer .widgets_wrapper { display: none; }
Sign In
or
Register
to comment.
Comments