Double footer?
-
Is there a way to get rid of the thick line above my footer?
LINK
On the bottom, above the turquoise area where I have the Company name, there is another darker blue area that really cuts down on my page space. How can I get rid of that area?
Thank you.
-
Hello,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste below code in Custom CSS box and save –
.enigma_footer_widget_area { display: none; }Thanks.
Hi,
Thank you very much for that tip, it certainly helps me!Your Welcome
Let us know for further query.
The code didn’t work for me. The area still shows. LINK
Hello bjbaron,
Please use the below code in custom CSS box and save the changes-
.enigma_footer_widget_area { display: none !important; }Thanks for the quick reply but it’s still there! LINK
Hello,
Go to enigma theme folder and paste the below code in style.css and save –
.enigma_footer_widget_area { display: none !important; }Thanks.
Should I replace these lines with the new code?
.enigma_footer_widget_area, .enigma_footer_area {
position: fixed;
width:100%;
bottom: 0;
}
.enigma_footer_widget_area {
bottom: 52px
}Still not working. LINK
hi.. bjbaron..
please give screenshot of the issue..
thank you..
I just looked at the website and the area I wanted removed is now gone! Thank you very much for your guidance and patience.
The topic ‘Double footer?’ is closed to new replies.
