This topic has 3 replies, 2 voices, and was last updated 2 minutes ago ago by Mauro
Hi,
i’ve some questions:
1. how can customize aspect attributes like your demo store?
I’ve changed to square option but i want add space and border radius like your example (see attachments).
2. If i change aspect options it update aspect attributesinto sidebar too or i can mantain checkbox into sidebar and square option into product page?
3. For variation products can I hide product image and show only the attribute images?
Thanks
Thanks
Hello, Mauro,
Thank you for reaching out to us. We are happy to assist you with your inquiries.
1. To customize the appearance of attributes similar to our demo store, you can adjust the border radius and spacing through custom CSS code. For example – https://prnt.sc/4qYpBikrQWWB
/* Swatches */
selector .st-swatch-size-large li.type-label {
border-radius: 10px;
}
selector .st-custom-attribute {
font-weight: 600;
}
selector .st-swatch-size-large li.type-label>span {
padding: 15px 40px;
}
selector .st-swatch-size-large li.type-image {
min-width: 80px;
min-height: 80px;
}
2. Please describe the desired result in more detail.
3. Could you provide an example and some screenshots for a better understanding?
Best Regards,
8Theme’s Team
1. Can you tell me the step to go into “Custom css” field?
2. See 02 image on private area
3. See 03 image on private area
You must be logged in to reply to this topic.Log in/Sign up