Hello
How can I highlight the active link of the breadcrumb in bold? Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Well received, to do this please add the following code to your theme.scss file:
span.breadcrumb--truncate {
font-weight: bold;
}
Cheers!
This is an accepted solution.
Add the following code for the collection boldness:
#shopify-section-collection-template>nav>span:nth-child(3) {
font-weight: bold;
}
That should do it!
User | Count |
---|---|
566 | |
208 | |
121 | |
82 | |
45 |