This topic has 6 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi,
We would like to remove/hide these “separating lines” into a single product (see our screenshot).
We think CSS solution might be the best…
Thanks,
Hello,
Please add the following code in custom.css file
.product-information .cart{
border-top: none;
border-bottom: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
hi,
Thanks a lot. It works nice except for the second one (starting from the top) still displaying.
By the way, is it possible to reduce that space between 1st one and 2d one ?
Thank you.
Hello,
Please add this code as well:
.single_variation_wrap {
border-top: none;
margin-top: 0px !important;
padding-top: 0px !important;
}
Regards,
Eva Kemp.
Hi,
Yesss, thanks a lot Eva, it works all good ;o)
Bye, saph
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Remove/hide separating lines into a single product’' has been successfully resolved, and the topic is now closed for further responses