Shopify themes, liquid, logos, and UX
hello, i want to change the colour of my first line of 'icon with text' on my product page. I want the "Limited stock - last pieces available" to be changed to colour #FFBF00
my website is www.alexandrawestbrook.com , theme is dawn
Hi @ads18922,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.icon-with-text__item:first-child .inline-richtext {
color: #FFBF00 !important;
}
Thanks!
Hello @ads18922 ,
Go to Online Store > Edit Code > base.css file.
Add the following code at the bottom of the base.css file.
.icon-with-text__item:first-child .inline-richtext {
color: #FFBF00 !important;
}
Hi @ads18922
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.icon-with-text__item:first-child .inline-richtext {
color: #FFBF00 !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025