This topic has 10 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hello,
to my static block row for footer i have set a gradient color.
But it does not apply to the shop pages.
The footer to the shop have the Footer Background Color from theme options.
Is possible to set the gradient color?
Thanks
Hello,
Please specify the site link you are talking about.
Regards,
Eva Kemp.
Ok,thanks
Hello,
Please add this code in Custom CSS:
footer.main-footer.main-footer-1.text-color-light {
background-color: #800000;
background: -webkit-linear-gradient(top,#800000,#000000);
}
Regards,
Rose Tyler.
thank you,
this code have created a space above the main footer.
How remove it?
Hello,
Please add this css code:
.product {
margin-bottom: 20px;
}
.page-content {
margin-bottom: 0px;
}
Regards,
Eva Kemp.
hello,
with this code the only that happens is that to the product page the products are tangent to the footer http://prntscr.com/dih3xv
but the space above the main footer remains.
Thanks
Hello,
Please try this css code:
.main-footer-1 {
padding-top: 0px !imporatnt;
}
Regards,
Eva Kemp.
Thank you!It’s ok now.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Footer issues’' has been successfully resolved, and the topic is now closed for further responses