Home › Forums › WoodMart support forum › CSS help ( brand image – product page, price – shop, badges – shop)
CSS help ( brand image – product page, price – shop, badges – shop)
- This topic has 6 replies, 2 voices, and was last updated 6 hours, 15 minutes ago by
frestigeth.
-
AuthorPosts
-
March 31, 2025 at 9:11 pm #650601
frestigethParticipant1. I would like to modify the size of the brand image on the product page, could you please direct me on how to target that element?
2. How to target the price displayed in the shop and product archive (both regular price and sale price) if I want to make them bold or increase size?
3. How to change the position of the badges without changing the style of the product display? also how to target the badges to increase size, or change the font?April 1, 2025 at 4:18 pm #650842
Hung PhamKeymasterHi frestigeth,
Thanks for reaching to us.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
April 1, 2025 at 6:46 pm #650910
frestigethParticipantThe website is not live, so I have no URL to provide to you where you can see the actual site. But see the images for what I am referring to.
Could you please direct me on how to target these elements with custom CSS?
1. I would like to modify the size of the brand image on the product page, could you please direct me on how to target that element?
2. How to target the price displayed in the shop and product archive (both regular price and sale price) if I want to make them bold or increase size?
3. How to change the position of the badges without changing the style of the product display? also how to target the badges to increase size, or change the font?Attachments:
You must be logged in to view attached files.April 2, 2025 at 9:33 am #651030
Hung PhamKeymasterHi frestigeth,
1. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-product-brands img { max-width: 90px; }
2. Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to like screenshot to change the styles https://ibb.co/QvLcHp7X
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
3. Where do you want to move these bags?
Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to Custom elements:
.product-labels.labels-rounded .new.product-label, .product-labels.labels-rounded .hot.product-label, .product-labels.labels-rounded .featured.product-label
Regards,
April 2, 2025 at 10:38 am #651038
frestigethParticipant1. This worked great. Thank you! The logo now appears larger.
Is it possible to also move it above the product title? (see attached image)2. Thank you! I was able to locate the setting I was looking for.
3. I would like to move the badges to the top-right instead of the top- left
Attachments:
You must be logged in to view attached files.April 2, 2025 at 1:52 pm #651116
Hung PhamKeymasterHi frestigeth,
1. I kindly recommend you to use Custom Product layout, which is built with WoodMart WooCommerce builder, then you can place it where you want.
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
3. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product-wrapper .product-labels { left: 80%; }
Regards,
April 2, 2025 at 3:16 pm #651153
frestigethParticipantThank you for your help, your solutions for #3 works perfectly, and I will review the details you sent me about the layouts.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register