Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
hello! I tried adding a favicon and it immediately changed the font of bag, and after removing the font is still changed. how can I fix this? TIA studio theme campomadero.com
Solved! Go to the solution
This is an accepted solution.
Hi @HCM15,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
a#cart-icon-bubble {
font-family: var(--font-body-family) !important;
}
This is an accepted solution.
Hi @HCM15,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
a#cart-icon-bubble {
font-family: var(--font-body-family) !important;
}
it worked thanks!