Tagged: page titles
Is there a way to have the breadcrumbs appear slightly below the page title when it overlaps?
Hi cpdcngo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .breadcrumb {
right: auto;
top: 80%;
}
Best regards,
Yigit
can i change the colour of the breadcrumbs text? I can choose the colour code, just need css.
Hi!
Please use
.title_container .breadcrumb a {
color:
}
where you add your color option
Best regards,
Basilis
this doesn’t change the colour of the entire area
Hi,
Please use following code
.title_container .breadcrumb * {
color: orange!important;
}
Best regards,
Yigit
that orange is too distracting. I’m trying to use this colour #808080