Woocommerce product page bullet points have lines between them

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • erikj80303
    Participant

    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

     

    Attachments:
    You must be logged in to view attached files.

    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

    erikj80303
    Participant

    Works great.  Thanks!

     

    Erik

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)