Skip to main content
Alistair FIeld
Expert ⭐️
November 4, 2024

Topic breadcrumb colour

  • November 4, 2024
  • 3 replies
  • 57 views

Hi @Kenneth R et al,

I noticed today the different color of the category name in the topic bread crumb.

Is that new? Either way, can you advise how to achieve that?

 

I am assuming custom CSS??

 

Pinned Reply By DannyPancratz

 

3 replies

DannyPancratz
VIP ⭐️⭐️⭐️⭐️⭐️
November 4, 2024

 

FYI: I am no longer active in this community
Alistair FIeld
Expert ⭐️
November 4, 2024

sweet … thanks @DannyPancratz 

 

I added a bold parameter also. 

 

 $(".topic-view_header-item_category-link").css('font-weight', 'bold');

 

The needs of the many, outweigh the needs of the few. 🖖
Alistair FIeld
Expert ⭐️
November 5, 2024

Opened a whole world… 

 

I have done the same for the Event Type Pills.

$(".pill.pill--article:contains('Core5')").css('background', '#0F62AE');
$(".pill.pill--article:contains('PowerUp')").css('background', '#F15C29');
$(".pill.pill--article:contains('English')").css('background', '#F8991D');

 

 

The needs of the many, outweigh the needs of the few. 🖖