Shopify themes, liquid, logos, and UX
i want prices to be in bold..
URL: redpandaoutdoor.in
Want Prices To be dispay like these..
Solved! Go to the solution
This is an accepted solution.
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
Not working On Home Page
NOT WORKING ON HOME PAGE AND PRODUCT PAGE TOO
Hello @Emiway
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.price-list, sale-price.text-lg {
font-weight: bold !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
How to Make its colour to black on home page
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
sale-price.text-subdued {
color: #000 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Want This Price To Be Black Which Are Grey
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.text-subdued {
color: #000 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark MY all Solutions as an Accepted Solution.
Not Working 😓
This is an accepted solution.
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.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025