Reduce the size of the empty cart title
-
Hi,
A explained in the topic title I would like to reduce the size of the empty cart title (see sreenshot).
Title in French is: “Votre panier est actuellement vide”
Thanks for your help!
Regards,
Bertrand
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
You need to use the advanced typography settings under Theme Settings >> Typography to reduce the size of the text.
You can read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards.
Hi,
Thanks for the info but I cannot find this specific title you see in the picture. Can you please guide through this? Would be grateful.
Other question: If you check the cart page (see image attached), you see a background image with an empty cart. Would it be possible to also change this background image?
Thanks a lot for your time and support.
Regards,
Bertrand
Hello,
Please target the following class using the custom selector in the advanced typography settings.
“.woodmart-empty-page
” Then set the font-size and check back.
And to change the icon please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-empty::before {
content: "\f147";
font-family: woodmart-font;
}
Regard’s.
Xtemos Studio.