Hello,

Can you please have a check why the custom css style does not apply into Breadcrumbs link?

This is custom css code:
.breadcrumb .breadcrumb-item.active>span, .t4-masthead .ja-masthead .breadcrumb, .t4-masthead .ja-masthead.has-bg .fa-home {
color: #B1DEF6!important;
text-shadow: 0px 1px 2px #000000!important;
}
URL: https://www.johnnyl19.sg-host.com/about-currdoc.html


Thanks

Hi

You can try this:

.breadcrumb .breadcrumb-item > span {
    text-shadow: 0px 1px 2px #000000!important;
    color: #B1DEF6 !important;
}

Unfortunately, your code not work.
However,its work when I added your code in template.css file.
Why your code does not work in custom.css file?

Thanks

I added into custom.css file on your site and see that it's working now.

Kindly check again.

Write a Reply...
You need to Login to view replies.