how to make prices bolder?

Solved

how to make prices bolder?

Emiway
Trailblazer
263 0 50

i want prices to be in bold..
URL: redpandaoutdoor.in

 

Want Prices To be dispay like these..

WhatsApp Image 2024-09-25 at 15.52.53_cc871568.jpg

Accepted Solution (1)

GTLOfficial
Shopify Partner
832 171 188

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
2.png1.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 11 (11)
Emiway
Trailblazer
263 0 50

Not working On Home Page
Screenshot 2024-09-26 105520.png

Emiway
Trailblazer
263 0 50

NOT WORKING ON HOME PAGE AND PRODUCT PAGE TOO

Tech_Coding
Shopify Partner
514 132 131

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>

Tech_Coding_0-1727328642408.png

Tech_Coding_1-1727328812884.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
Emiway
Trailblazer
263 0 50

How to Make its colour to black on home page 

Tech_Coding
Shopify Partner
514 132 131

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.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
Emiway
Trailblazer
263 0 50

Want This Price To Be Black Which Are Grey

Screenshot 2024-09-26 110946.png

Tech_Coding
Shopify Partner
514 132 131

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>

Tech_Coding_0-1727329553206.png

my reply helpful? Click Like to let me know!
your question answered? Mark MY all Solutions as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
Emiway
Trailblazer
263 0 50

Not Working 😓

GTLOfficial
Shopify Partner
832 171 188

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
2.png1.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
GTLOfficial
Shopify Partner
832 171 188

Thanks for accepting the solution.
Please hit like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

GTLOfficial
Shopify Partner
832 171 188


Please hit like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh