Home › Forums › WoodMart support forum › Customizing Shop Elements
Customizing Shop Elements
- This topic has 8 replies, 2 voices, and was last updated 2 years, 6 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 10, 2022 at 10:49 am #412395
GregaParticipantHi, where can I customize this following sections
PRODUCT GRID
– vertical paddings between product blocks
– paddings and text alignment for product title, category and priceSIDE MINI CART
– font size for SHOPING CART and SUBTOTALRegards
October 10, 2022 at 4:01 pm #412543
Aizaz Imtiaz AwanKeymasterHello,
1- To access the options related to Shop and Category pages Products Grid, you can go to the Dashboard > Theme Settings > Product Archives > Products Grid & Theme Settings > Product Archives > Product Styles:
https://xtemos.com/wp-content/uploads/2020/09/products-grid-wd-7.jpg (Products Grid)
https://xtemos.com/wp-content/uploads/2020/09/products-styles-wd-7-scaled.jpg (Product Styles)2- For the Font-Size change of the Shopping Cart and SubTotal Text under the Cart Widget on the Site, please try out the following Custom CSS on your Site to be pasted under the Dashboard > Theme Settings > Custom CSS > Global Custom CSS:
– SHOPPING CART text:
.cart-widget-side.wd-side-hidden.wd-right.wd-opened .title.widget-title { font-size: 15px !important; }
– SUBTOTAL text:
.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer .woocommerce-mini-cart__total strong { font-size: 20px !important; }
Best Regards.
October 10, 2022 at 4:18 pm #412558
GregaParticipantHello,
These are presets only and cannot be customized with these options
– vertical paddings between product blocks
– paddings and text alignment for product title, category and priceThanks for the instructions under subject 2.
Regards
October 11, 2022 at 9:54 am #412694
Aizaz Imtiaz AwanKeymasterHello,
Can you please elaborate more with an image or video what exactly you want to achieve in terms of Padding and Text Alignment for Products?
Also, please share your Site URL or WP-ADMIN Login details too so that we can better check on your Site and assist you accordingly.
Best Regards
October 11, 2022 at 10:22 am #412700
GregaParticipantHi, see attached picture.
Thank youRegards, Grega
Attachments:
You must be logged in to view attached files.October 11, 2022 at 2:31 pm #412792
Aizaz Imtiaz AwanKeymasterHello,
1- If you want to make the Product Titles and other Info on the Shop or Category pages to center then it would require CSS to do that but if you want you can select different Product Styles for your Products which you can find under the Dashboard > Theme Settings > Product archives > Product styles > which shows the Product content info centered: https://ibb.co/HDCWgTJ
So, it would be better if you select the Layout which supports center-aligned content.
2- If you want to adjust the Padding vertically between the Products (i.e. in the Column way) then you can try out the following CSS on your Site:
.products.wd-stretch-cont-lg :is(.product,.product-wrapper) { padding-bottom: 15px !important; }
Location to paste Custom CSS, please go to Dashboard > Theme Settings > Custom CSS > Global Custom CSS > there you need to paste the CSS.
Best Regards.
November 5, 2022 at 1:31 am #418816
GregaParticipantHello, can you send me a CSS line for Amount font in side cart subtotal.
Thank you
November 5, 2022 at 1:33 am #418818
GregaParticipantAnd also for the currency sign, I think that all this elements are separated.
November 5, 2022 at 4:07 pm #418912
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.woocommerce-mini-cart__total .amount { font-size: 25px !important; }
This CSS changes font for Subtotal as well as the Currency Symbol along with that under the Cart widget off-canvas style.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register