Home Forums WoodMart support forum Remove top- and bottom lines from products carousel

Remove top- and bottom lines from products carousel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323315

    Hi, how can I remove the following top- and bottom lines by CSS-coding? We only want the “compare”-button to appear, not the lines over and under the icon.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-base:hover .wrapp-swatches, .wd-hover-base.state-hover .wrapp-swatches {
        border: none;
    }

    Best Regards.

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