Home › Forums › Jevelin Theme › Woocommerce product page bullet points have lines between them
Home › Forums › Jevelin Theme › Woocommerce product page bullet points have lines between them
Hi.
On my woocommerce product page, bullet points are rendering on the site with lines between them (see attached image). How do I make the lines go away? They are not visible in the editor.
My shopping cart is not public yet on the website, so unfortunately I can’t show you the live site…hopefully this is enough information. My site is live without the shopping cart at http://www.hightechhealth.com
Thanks!
Erik
Solution for this topic
Hi Erik,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce #page-container .woocommerce-tabs li { border-bottom: 0 !important; }
Best regards,
Shufflehound team
Works great. Thanks!
Erik
You are most welcome here 🙂