Hello,
How do I change the size of the breadcrumb nav bars?
It’s very important for user experience, especially in mobile view

Hey Gil,
You’re currently using the Original Header and there’s no styling options for the breadcrumbs in that area of the theme so you’d need to override the theme styles with CSS. We do not provide theme customization as part of our theme support though so if you haven’t done so yet, you need to learn CSS and also learn how to use a browser’s element inspector to get the appropriate selector for the CSS.
If you don’t have time to learn coding, it’s best that you create a custom header using the Pro Header Builder. I see you’re already using Pro so you’re all set to do that. Insert a Breadcrumbs element in the header and style it using the element options available.
If you wish to continue using the Original Header, I’ll provide an override code for now but again, we can’t continue providing custom codes and we will not support issues arising from the use of it nor further optimize it.
Add the following code in Theme Options > CSS.
.x-breadcrumb-wrap {
font-size: 16px;
}
Hope that helps and thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.