Home Forums WoodMart support forum Border top product tab

Border top product tab

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60996

    mrvintervind
    Participant

    Hello, I´m pretty used to css but can not find where to take away this black border as you can see on the attached image. I changed the background color with no probs but need to delete or take away this border.

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

    Hello,

    Please provide page or product URL and I will provide CSS.

    Best Regards

    #61022

    mrvintervind
    Participant

    Ok, I sended the url below as it´s on a dev. website.

    #61041

    Hello,

    Please add this CSS to the Theme Settings > Custom CSS

    .tabs-layout-tabs .tabs li a:after {
       display:none;
    }

    Best Regards

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