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
hello @Emiway
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme.css...> add the code end of the file
price-list.price-list.price-list--lg {
font-weight: bold;
}
If this was helpful, hit the like button and accept the solution.
Thanks
Not working On Home Page
use this code
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme.css...> add the code end of the file
sale-price.text-subdued {
font-weight: bold;
}
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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024