• Resolved shad0w3k

    (@shad0w3k)


    Hi,

    I’m currently working on woocommerce shop and i have one problem i can’t really find solution for.

    On any product site when you check description area there is a grey vertical line whichh i can’t rid off.

    you can see it in the screenshot here screenshot

    please help me how can i win with this thing

    Thank you

    Have a great day everyone!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    This can be fixed with some custom CSS. Under Appearance > Customize > Additional CSS, you can add the following code:

    .woocommerce-tabs .container::before {display:none;}

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Thread Starter shad0w3k

    (@shad0w3k)

    Thank you very much that works! I will check the w3schools too. Thanks again!

    @shad0w3k

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Grey vertical line in product description area’ is closed to new replies.