Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Text styling on the last item in DP Breadcrumb

To change the font weight and color of the last item in DP Breadcrumb for layout 01 and layout 02 add the following CSS in Divi Theme Options

For Layout 01 in DP Breadcrumb

.dipl-breadcrumb-wrapper.layout1 li .breadcrumb-page.dipl-last-page 
{
    font-weight: bold;
    color: #000000;
}

For Layout 02 in DP Breadcrumb

.dipl-breadcrumb-wrapper.layout2 li:last-child .breadcrumb-item
{
    font-weight: bold;
    color: #000000;
}
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.