Skip to main content

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

 

 


sweet … thanks @DannyPancratz 

 

I added a bold parameter also. 

 

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

 


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');

 

 


Reply