First term of breadcrumb

Posted in: Newspaper
Post count: 20

talking about breadcrumb in postpages,
I’d like to make the word “HOME” (the first word) bigger (or <b> ) than the following ones.
I see there is no this feature, would you please have a custom Css for that?
Thanks and best regards
p.

Post count: 27744

Hello,

Please provide the link to your website.
Also, you can try to use this code css.
.tdb_breadcrumbs:first-child
{
font-weight: bold;
}

Set this code in the theme panel > custom code> custom css.

Thank you!

Post count: 20

thanks for your kindness,
unfortunately the code does not work,
my link

Post count: 35449

Hi,
I you want to do only the home bold, then please try this code -> https://i.imgur.com/CFITg1P.png
.tdb-entry-crumb:nth-child(1)
{
font-weight: bold;
}

Post count: 20

Hello Calin,
thanks for your help.
The code works but makes <bold> not only ‘home’ but also the first category,
but if I can’t just do only the word ‘home’ it doesn’t matter, I keep it that way.
A warm greeting
p.

Post count: 27744

Hello,

Please try this code .tdb-breadcrumbs span:first-child
a
{
font-weight: bold;
}

Thank you!

Post count: 20

it works perfectly!
Thanks to all of you for this wonderful support!
All the best
p

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.