How can I change the cart drawer font size in Prestige?

Solved

How can I change the cart drawer font size in Prestige?

admintb
Navigator
346 6 57

Hi there,

 

I would like to change the font size (red marked) to 13px:

 

Bildschirmfoto 2023-05-13 um 2.40.10 PM.png

Accepted Solution (1)

shreyhweb
Shopify Partner
722 119 136

This is an accepted solution.

@admintb 

 

 Hello,

 

Please add the below code above </body> in theme.liquid

 

online store >> edit code >> theme.liquid

 

<style>
.cart-drawer__items .line-item-info a, .cart-drawer__items .line-item-info price-list .text-subdued{
font-size: 13px!important;
}
</style>

 

after added the given code dropdown looks like this.

 

shreyhweb_0-1683984408979.png

 

 

 

If our solution is helpful for you then Please like the post and tap on accepted.

 

If you want to discuss any further information then please contact us on our whatsapp.

 

We will always here for your help.

 

Thankyou 🙂

 

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com

View solution in original post

Replies 2 (2)

NomtechSolution
Astronaut
1245 113 160

you can change it in theme.css file by font-size: 13px

shreyhweb
Shopify Partner
722 119 136

This is an accepted solution.

@admintb 

 

 Hello,

 

Please add the below code above </body> in theme.liquid

 

online store >> edit code >> theme.liquid

 

<style>
.cart-drawer__items .line-item-info a, .cart-drawer__items .line-item-info price-list .text-subdued{
font-size: 13px!important;
}
</style>

 

after added the given code dropdown looks like this.

 

shreyhweb_0-1683984408979.png

 

 

 

If our solution is helpful for you then Please like the post and tap on accepted.

 

If you want to discuss any further information then please contact us on our whatsapp.

 

We will always here for your help.

 

Thankyou 🙂

 

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com