Continue shopping button reduce font size (Dawn theme)

Solved

Continue shopping button reduce font size (Dawn theme)

MagdalenaBB
Excursionist
49 0 15

Hello dear community!

I would like to reduce the font size of the "Continue shopping" button to 1.3rem. Is it possible? 

Website - maisonmagdalena.com
Password -  MaisonMagdalena.222

MagdalenaBB_0-1727523235473.png

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

hi @MagdalenaBB

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

<style>
cart-items a.underlined-link {
  font-size: 1.3rem!important;
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

Rahul_dhiman
Shopify Partner
826 155 173

Hello @MagdalenaBB 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

a.underlined-link {
font-size: 1.3rem !important;
}

result
22.png

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

hi @MagdalenaBB

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

<style>
cart-items a.underlined-link {
  font-size: 1.3rem!important;
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now