All things Shopify and commerce
How do I change the font for the breadcrumb title "tu carrito"? I think it is an h3 but it won't do anything.
Screenshot: https://yourimageshare.com/ib/DvSRsrF5yP
Solved! Go to the solution
This is an accepted solution.
Sorry, so you want this style (screenshot)
You main font is poppin so you can try this CSS
.breadcrumbs-area .breadcrumb-content .title-3 {
font-family: Poppins,sans-serif !important;}
and if you want arial font then
.breadcrumbs-area .breadcrumb-content .title-3 {
font-family: arial,sans-serif !important;}
You have to upload your custom font. See video below
If it helps, likes and mark as solution is appreciated 😊
Hey @florentinamx
which font you want to use here? and can share your website URL, i want to check the breadcrumb class name
Try this.
.breadcrumbs-area .breadcrumb-content ul li{ font-family: 'Your Desired Font', sans-serif !important;}
Like this? I want to change the font of the selected text, i think i was not clear about this, sorry. Here is a ss of what i did.
Hey,
you need like this screenshot?
you can try this css
<style>
.breadcrumbs-area .breadcrumb-content ul li,
.breadcrumbs-area .breadcrumb-content ul li a{ font-family: Great Vibes,cursive, sans-serif !important;}</style>
I would like all the text to be arial. Should I just copy the css and change the font family to “arial”? Thanks!
This is an accepted solution.
Sorry, so you want this style (screenshot)
You main font is poppin so you can try this CSS
.breadcrumbs-area .breadcrumb-content .title-3 {
font-family: Poppins,sans-serif !important;}
and if you want arial font then
.breadcrumbs-area .breadcrumb-content .title-3 {
font-family: arial,sans-serif !important;}
I was having trouble finding where to paste the css but I finally did. Thank you so much for your help!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024