I added a favicon and it changed my bag font

Solved

I added a favicon and it changed my bag font

HCM15
Excursionist
41 0 8

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

Captura de pantalla 2025-01-31 a la(s) 1.43.56 p. m..png

Accepted Solution (1)

CodingFifty
Shopify Partner
1009 153 178

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;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 2 (2)

CodingFifty
Shopify Partner
1009 153 178

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;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
HCM15
Excursionist
41 0 8

it worked thanks!