cmrecs
August 10, 2023, 10:53am
1
Hi there, I have an issue with my site (https://nixnorthwest.com ) - when you add an item to the cart, the font is extremely big and weirdly formatted. Really need a hand making it look right and not too big!! Also the view cart etc buttons and text is very small and hard to see. Any help would be much appreciated!
Thank you!!
Moeed
August 10, 2023, 11:00am
2
Hey @cmrecs
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
cmrecs
August 10, 2023, 11:12am
3
Thanks for your help! I tried adding it into theme.liquid but it doesn’t seem to be working
Can you check I’m putting it into the correct place please?
Moeed
August 10, 2023, 11:46am
4
Hey @cmrecs
I’ve fixed the font size issue. You may have a look!
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @cmrecs
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.cart-notification__heading {
flex-grow: 1;
font-size: 42px !important;
}
h3.cart-notification-product__name.h4 {
font-size: 21px !important;
letter-spacing: 0px !important;
}
.button--full-width {
font-size: 30px !important;
letter-spacing: 0px !important;
}
.cart-notification__links>* {
font-size: 30px !important;
}
Hi @cmrecs
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.cart-notification-product__name.h4 {
font-size: 30px !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly