Hello,
I am having some trouble with the .footer-product. Kindly have a look at the screenshot.
I am not able to give the margin to the .footer-product in the related products slider.
Regards
Krishgen Biosystems.
This topic has 9 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hello,
I am having some trouble with the .footer-product. Kindly have a look at the screenshot.
I am not able to give the margin to the .footer-product in the related products slider.
Regards
Krishgen Biosystems.
Hello,
Please try to change this code in Global Custom CSS.
footer.footer-product {
width: 150px;
left: 50%;
margin-left: -75px;
}
Regards,
Robert Hall
Hello,
The code you gave will change .footer-product from my products page also. I don’t want to do that. Kindly advise some other code that only removes the .footer-product from Related Products Slider.
Regards
Krishgen Biosystems.
In this case use this code in Global Custom CSS.
footer.footer-product {
display: none;
}
Regards,
Robert Hall
hello Robert,
I am sorry but you understood my question.
I want .footer-product to be visible only on product page.
Regards
Krishgen Biosystems.
Oh sorry, I’ve just added the following code in Global Custom CSS
.productCarousel .product-slide footer.footer-product {
display: none;
}
Please check.
Regards,
Robert Hall
Hello,
Yeah now it’s done.
Thank you very much.
Regards
Krishgen Biosystems.
You’re welcome!
Regards,
Robert Hall
The issue related to '‘RELATED PRODUCTS(class= footer-product)’' has been successfully resolved, and the topic is now closed for further responses