Hi there ![]()
I want to change text size in the check out pop-up in Dawn Theme, How to do that?
Main issue: change text size in the checkout pop-up (cart notification) in the Dawn Theme. An image was shared to illustrate the target area.
Solution provided: add a CSS rule at the bottom of base.css:
#cart-notification #cart-notification-form .button { font-size: 24px; }
This CSS (Cascading Style Sheets) targets the button inside the cart notification form and sets its font size; the 24px value can be adjusted as needed.
Additional requests: two participants asked for the store URL and password to review the setup, but this was not required after the CSS fix.
Outcome: the original poster confirmed the code worked. The discussion reached resolution with no remaining open questions.
Notes: the code snippet is central to the solution; the image is supportive but not required to implement the fix.
Hi @l3ouml3oum ,
You can add this CSS code at the bottom of your base.css file
#cart-notification #cart-notification-form .button { font-size: 24px; }
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hey @l3ouml3oum
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Thank you so much is work!
You are most welcome, @l3ouml3oum