Solved

I need to remove the card borders line. Please help.

Janamir
Shopify Partner
204 0 69

I need to remove the card borders line at the bottom. Please help.

 

https://10u0eo2kj3u6ablu-26958544.shopifypreview.com

ss2.JPG

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

hii, @Janamir 
Paste this code on top of the theme.css file.

.pt-items-categories:not(.noborder):before {
    border: none !important;
}

Thank You.

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

hii, @Janamir 
Paste this code on top of the theme.css file.

.pt-items-categories:not(.noborder):before {
    border: none !important;
}

Thank You.

Janamir
Shopify Partner
204 0 69

@Zworthkey thanks! That worked. 🙂

Zworthkey
Shopify Partner
5581 642 1565

@Janamir Welcome!