Hi,
I have tried modifying the size of the text of breadcrumbs and so far I am stuck. I have used this code in general styling:
/*TAMAÑO TEXTO DE BREADCRUMB*/
/*--------------------------------*/
#top .breadcrumb-title,
#top .a.trail-begin,
#top .trail-end {
font-size: 14px !important;
}
But have not worked fully, it does not work on home link.
If i try to change it in advanced styles for breadcrumbs, it does not work at all.
Hey Xiscoj,
Thanks for sharing your code.
I think it’s not working because of an extra dot in this part of your code:
#top .a.trail-begin,
Please try to replace it with:
#top a.trail-begin,
But I think you can replace it totally with:
#top .breadcrumb-trail a,
#top .breadcrumb-trail span {
font-size: 14px;
}
Hope it helps.
Best regards,
Nikko
Hi!
Worked perfectly! Thank you very much!
You can close the thread.
Best,
Francisco
Hi Francisco,
You’re welcome :)
We’re glad that we could help you.
Thanks for using Enfold and have a great day!
Best regards,
Nikko