Home › Forums › WoodMart support forum › How to display items like this? How to display items like this? This topic has 3 replies, 2 voices, and was last updated 2 years, 6 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 14, 2022 at 8:02 am #375834 Golden1Participant I’ve tried all settings in the theme settings, but which option specifically should I use to display my products in these really nice boxes, with a nice “login to view prices” box? May 14, 2022 at 2:50 pm #375914 Aizaz Imtiaz AwanKeymaster Hello, Please Go to Theme Settings >> Product Archive >> Product Styles and set the style to tiled. Then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. a.login-to-prices-msg.login-side-opener { background: yellow; color: black; padding: 8px; } .product-grid-item .price { text-align: center; } Best Regards May 29, 2022 at 1:23 pm #379618 Golden1Participant Here it how it looks now, any way to increase the gap between the product title and the ‘login to view prices’ box? May 30, 2022 at 10:24 am #379814 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .product-grid-item .price { margin-top: 20px; } Best Regards This reply was modified 2 years, 6 months ago by Aizaz Imtiaz Awan. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register