This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi,
How do i remove the payment image at the bottom of the page?
Please kindly also advice on how to get rid of the gap between the featured product and the footer menu? Thanks
Hello,
Add an empty Text widget into Footer Copyright area in Appearance > Widgets.
Also add this code in custom.css file:
.container_footer_bg {
margin-top: -50px !important;
}
Thank you.
Regards,
Eva Kemp.
Hi,
I manage to remove but there is a line at the footer now, may i know how do i remove? Thanks
Hello,
Please add this code in custom.css:
.footer-hr {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up