Home › Forums › WoodMart support forum › Remove borders on product grids
Remove borders on product grids
- This topic has 10 replies, 2 voices, and was last updated 3 years, 11 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 5, 2021 at 9:02 am #278916
ipcomParticipantI want to remove the borders on product grid and also add a border above the prices. I am attaching a screenshot. I have not checked the option “Bordered grid” from the template since i have chosen a particular style from the products grid options.
Attachments:
You must be logged in to view attached files.April 5, 2021 at 10:57 am #278957
Aizaz Imtiaz AwanKeymasterHello,
1. To remove the border from the products grid, please go to Theme Settings >> Shop >> PRODUCTS STYLES >> Disable the Bordered grid option: http://prnt.sc/114s5y3
2. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> GLobal CSS section:
span.woocommerce-Price-amount.amount { border: 1px solid #000; }
Best Regards.
April 5, 2021 at 11:08 am #278959
ipcomParticipantThe bordered grid option is already disabled. There is border because of the product category style chosen. This CSS code is not what i want. I just want a horizontal line above the prices on just the product grid.
April 5, 2021 at 12:09 pm #278983
Aizaz Imtiaz AwanKeymasterHello,
Can you please send me the WP admin login details of your site so I will check both issues and give you a possible solution?
Best Regards.
April 5, 2021 at 12:24 pm #278988
ipcomParticipantI have provided them in the private section.
April 5, 2021 at 12:49 pm #279002
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code:
.woodmart-hover-tiled .product-wrapper { box-shadow: none; } .product-element-bottom span.price { border-top: 1px solid #000; }
Best Regards.
April 5, 2021 at 12:59 pm #279010
ipcomParticipantIs there a way if there is a little more blank space between the border and the price?
April 5, 2021 at 6:16 pm #279077
ipcomParticipantIn fact, is there a way if there is a little more blank space between the border and the title and the price?
April 6, 2021 at 7:17 am #279181
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code as well:
.product-element-bottom span.price { padding-top: 10px; } .product-grid-item .woodmart-product-brands-links { margin-bottom: 10px; }
Best Regards.
April 6, 2021 at 9:38 am #279243
ipcomParticipantHow can i bring closer the shown attribute label closer to the product title? I have provided a screenshot.
Attachments:
You must be logged in to view attached files.April 6, 2021 at 12:09 pm #279302
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code:
.product-grid-item .product-title { margin-bottom: 0px; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register