i want prices to be in bold..
URL: redpandaoutdoor.in
Want Prices To be dispay like these..
A Shopify store owner wants to make product prices appear in bold and change grey prices to black on their site (redpandaoutdoor.in).
Initial Solutions Attempted:
.price-list and .sale-price.text-lg classesColor Change Issue:
.text-subdued class) to black.text-subdued with color: #000 !important;Working Solution:
theme.css file (in assets folder) instead of theme.liquid.text-subdued with both color: black !important; and font-weight: bold !important;Key Takeaway: The issue was resolved by placing the CSS in the theme.css file rather than inline in theme.liquid, addressing both boldness and color requirements.
Hello @Emiway
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
NOT WORKING ON HOME PAGE AND PRODUCT PAGE TOO
How to Make its colour to black on home page
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark MY all Solutions as an Accepted Solution.
Not Working ![]()
HEllo @Emiway
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.css
add this code at the end of the file.
.text-subdued {
color: black !important;
font-weight: 1000 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for accepting the solution.
Please hit like button also.
Please hit like button also.