Hello guys, as you can see here I have added a custom liquid in my product page. I want the text to be bold and same color as the circle. How can I change that? Here is the URL of the product page.
Place this into the custom liquid portion:
Hey! @NikosBat ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.instock-pulse span:last-child {
font-weight: bold;
color: #54c63a !important;
}
.instock-pulse span:last-child {
font-weight: bold;
color: #54c63a !important;
padding-bottom: 2px !important; /* optional fine adjustment */
}
I’m glad I could help! ![]()


