- How to make product color options open a new product page when clicked?
- How to change the shape of the color options from square to round?
Prestige theme
Prestige theme
Hello @ViktorLang
Thank you for submitting your query to the Shopify community. Iβd be happy to assist you. Could you please provide the store URL and password (if itβs password-protected) so I can review and get back to you with an update?
Hello @ViktorLang ,
It needs customization. You can hire a developer for it or you can go with an app.
Follow these steps:
Go to Online Store β Theme β Edit code
Open your theme.css file and paste the following code at the bottom:
label.color-swatch {
border-radius: 50% !important;
}
Regards
Guleria
Hello @Guleria
Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css Add the provided code at the end of the file.
label.color-swatch {
border-radius: 50% !important;
}
Hi, Guleria, thank you for the answer! What app can i use for the first my question?
Is it possible to make it with that way like changing colors option from square to round? (Just add some code to template or smt like that)