Shopify themes, liquid, logos, and UX
Hi hi,
I would like to change the colors of the title boxes on the dawn theme at the productpage. I tried to fill in a code but it doesn't work. Furthermore I would like the boxes to be with square corners in stead of round ones. Can someone help me with this?
I will add a screenshot.
Oh and is it possible to remove the text: title and quantity above the option selection?
Hey @myl1
Share your Store URL and Password if enabled.
Best Regards,
Moeed
Hey @myl1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-form__input--pill input[type=radio]:checked+label {
background-color: #2b615a !important;
}
.product-form__input .form__label {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed,
Thank you so much for your help! I have 1 problem, I can't read the text in the boxes now... Can you make sure that the text will be black? I'll add a screenshot!
Hey @myl1
In your Shopify Editor custom css in the very end, just change the color to black or just completely the remove the custom css which you added from yourself and then I can provide you a working code.
Best Regards,
Moeed
Hi hi, yes I deleted that already and then the text will be white. Could you make sure it will be black? And is it also possible to remove the black line around the box? 🙂
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024