Skip to main content

Topic breadcrumb colour

  • November 4, 2024
  • 3 replies
  • 36 views

Alistair FIeld
Forum|alt.badge.img+4

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??

 

November 4, 2024

 

3 replies

DannyPancratz
Forum|alt.badge.img+9
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • November 4, 2024

 


Alistair FIeld
Forum|alt.badge.img+4
  • Author
  • Expert ⭐️
  • November 4, 2024

sweet … thanks @DannyPancratz 

 

I added a bold parameter also. 

 

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

 


Alistair FIeld
Forum|alt.badge.img+4
  • Author
  • 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');