Tagged: breadcrumb navigation
Is there a place I can adjust the breadcrumb navigation?
I’d like the option to:
– change colors
– make it flush left
– increase font size
– change “You Are Here”
Hi mftonto2and3,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
sure.
Hi!
1,2,3. Please insert the below css into your custom css section and adjust it as needed:
.title_container .breadcrumb {
font-size: 15px !important;
color: #000000 !important;
right: 1050px !important;
}
.breadcrumb a {
color: #000000 !important;
}
4. Navigate to Enfold > framework > php > class-breadcrumb.php
On line 26 you’ll find:
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
Regards,
Dake