This topic has 9 replies, 3 voices, and was last updated 1 months ago ago by Luca Rossi
Hi,
I want the breadcrumb in a single line and aligned to the center, how can i do this? (i’ve attached screenshot)
Also how can i edit category breadcumbs that i don’t remember where to do this? (i’ve attached screenshot)
Best regards
Hello, Javito,
Thank you for reaching out to us with your queries.
Custom CSS code can be used:
.page-heading .title {
display: inline-flex;
}
.single-product .page-heading .title:before {
content: "\e904";
font-family: 'xstore-icons';
padding-right: 5px;
}
Best Regards,
8Theme’s Team
Hi thank you, it worked!
what can i do if you want also to apply this in the whole site
I have other pages like that i would like to do the same:
https://calzadoskamet.com.ar/nosotros/
https://calzadoskamet.com.ar/contacto/
Can i put a general code that apply for the whole site or it must be different codes for the rest of pages that have breadcumbs?
Best regards.
To be more specific,
These breadcumbs are OK:
– Breadcumb individual pages its OK (I put with your code in one line and edit padding with xstore builders > elementor)
ex: https://calzadoskamet.com.ar/producto/zapatilla-gravity-one/
– Breadcumb product page its OK (I put with your code in one line and edit padding with xstore builders > elementor)
ex: https://calzadoskamet.com.ar/productos/
These breadcumbs are WRONG :
– Breadcumb other pages are wrong (there is no option via elementor and in personalized section is not working). maybe custom css can be added but will affect the breadumbs that are OK mentioned above
ex: https://calzadoskamet.com.ar/contacto/
– Breadcumb category pages are wrong (there is no option via elementor and in personalized section is not working). maybe custom css can be added but will affect the breadumbs that are OK mentioned above
ex: https://calzadoskamet.com.ar/categoria-producto/gravity/
Best regards
Hi @Javito,
Can you please also add this custom CSS code?
.page-heading .col-md-12.a-center {
display: flex;
justify-content: center;
}
.page-heading .col-md-12.a-center .breadcrumbs {
width: auto;
}
Let us know how it goes!
Thanks!
Lastly what i don’t see is where to change padding and change font size of second word of breadcumb
Ex: https://calzadoskamet.com.ar/nosotros/ – here i’m trying to reduce font size of word “Nosotros”
Another Ex: https://calzadoskamet.com.ar/categoria-producto/gravity/ – – here i’m trying to reduce font size of word “Gravity”
I’ve tried with your custom options but didn’t work.
Can you help me with this? I’ve attached screenshots.
Best regards.
Hi @Javito,
We’ve combined all the custom CSS codes into one for you. Just delete the previous custom CSS codes and add this one instead:
body .page-heading .title {
display: inline-flex;
font-size: 20px !important;
}
.single-product .page-heading .title::before {
content: "\e904";
font-family: 'xstore-icons';
padding-right: 5px;
}
.page-heading .col-md-12.a-center,
.page-heading .col-md-12.a-center .woocommerce-breadcrumb{
display: flex;
justify-content: center;
align-items: center;
}
.page-heading .col-md-12.a-center .breadcrumbs {
width: auto;
}
– https://prnt.sc/4UzxyYvweGJV
– https://prnt.sc/w-iXnlBOiBdl
– https://prnt.sc/DDXQOnaxWzlb
Hope it helps!
Hi,
You are beautiful, i’ve resolved breadcumb padding of category pages and other pages like about us, contact with css also because i don’t see where to change them, if you know let me know please if it’s only with css now it’s OK!
best regards and have a nice weekend
Hi @Javito,
Currently, to customize that breadcrumb we can only use the custom CSS codes.
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Breadcumb in only one line at xstore elementor’' has been successfully resolved, and the topic is now closed for further responses