how to make prices bolder?

Solved

how to make prices bolder?

Emiway
Pathfinder
229 0 45

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
558 121 110

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 13 (13)

Sangeetanahar
Explorer
541 36 69

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;
}

Zenith-09-26-2024_10_54_AM.png

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

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
Emiway
Pathfinder
229 0 45

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

Sangeetanahar
Explorer
541 36 69

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;
}

Red-Panda-Outdoor-09-26-2024_11_00_AM.png

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
Emiway
Pathfinder
229 0 45

NOT WORKING ON HOME PAGE AND PRODUCT PAGE TOO

Tech_Coding
Shopify Partner
333 91 82

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
Pathfinder
229 0 45

How to Make its colour to black on home page 

Tech_Coding
Shopify Partner
333 91 82

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
Pathfinder
229 0 45

Want This Price To Be Black Which Are Grey

Screenshot 2024-09-26 110946.png

Tech_Coding
Shopify Partner
333 91 82

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
Pathfinder
229 0 45

Not Working 😓

GTLOfficial
Shopify Partner
558 121 110

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
558 121 110

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
558 121 110


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