Home › Forums › WoodMart support forum › Resizing Product page price and color swatch
Resizing Product page price and color swatch
- This topic has 5 replies, 2 voices, and was last updated 6 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
July 2, 2018 at 5:20 pm #65656
mosenyParticipantCan I please have two css codes for the attached. Thanks.
Attachments:
You must be logged in to view attached files.July 2, 2018 at 6:53 pm #65660
Elise NoromitMemberHello,
Please add this code to Theme Settings > Custom CSS:
.swatches-select .colored-swatch, .swatches-select .image-swatch { width: 55px; height: 25px; } .price .amount { font-size: 52px; }
Replace the values as per your needs
Best Regards
July 5, 2018 at 5:56 am #66056
mosenyParticipantHi,
The code to resize swatch circles does not work proportionally.
Can you please help me with these (screenshots and access to admin provided if needed)1- Adding an attribute image is not loading on swatch or as hover (loads somewhere else shown in the screenshot…any way to make that happen? ( screenshot attached)
2- Css code needed to change the Text label of product attributes ( screenshot attached)
3- Css code to proportionally resize the attribute circle size and distance between them to half.( screenshot attached)Attachments:
You must be logged in to view attached files.July 5, 2018 at 9:24 am #66112
Elise NoromitMemberHello,
The code to resize swatch circles does not work proportionally.
I do not see you have added the code in Theme Settings > Custom CSS Also I wrote to change the values as per your needs, put width and height values equal you will get the proportional size.
1. http://prntscr.com/k2sep6 You need to add images in your variations.
2. Please add this code to Theme Settings > Custom CSS
.variations_form .variations label { font-weight: 600; color: #2d2a2a; }
3. Add this code:
.swatches-select .colored-swatch, .swatches-select .image-swatch { margin-right: 30px; }
Put the value as per your needs.
Best Regards,
July 5, 2018 at 9:38 am #66116
mosenyParticipantSorry, the point is mistaken. Please check the video attached.
1- Circles are not proportional with equal width and height in the coed.
2- Attribute Thumbnails are loaded on the corner instead of on the attribute itself.July 5, 2018 at 10:41 am #66260
Elise NoromitMemberHello,
Try this code to see that they are proportional
.swatches-select .image-swatch { width: 70px; height: 70px; }
I have activated the Grid swatch attribute to display setting http://prntscr.com/k2thpq and now I see the image instead of color http://prntscr.com/k2ti70
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register