Breadcrumb Text Color - Question | JoomShaper

Breadcrumb Text Color

SM

Shari McGee

Template 3 years ago

How can I change the breadcrmb text color? its currenly white and white is not a preset. its floox template. its only in the regsitered side if the site.

http://newsitejan12021.cloudaccess.host/index.php

to login UN - [email protected] psswrd pjstaff

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #2693

Hi there!

You can use the following codes into your custom CSS!

This is for breadcrumb text:

.breadcrumb{
    color: green !important;
}

This one for links of breadcrumb:

.breadcrumb>li>a{
    color: blue !important;
}

And this code snippet for active items of the breadcrumb:

.breadcrumb>.active {
    color: red;
}

You can combine them all together with commas in between selectors if you want same color for all! And ofcourse use your desire color in code:)

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Note: Please remove your sensitive info from main post and only keep as a hidden content!

Best Regards

0
SM
Shari McGee
Accepted Answer
3 years ago #2896

thank you worked like charm!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #2898

Glad to know that:) You are always welcome!

0