Feb 07, 2019 1:09 am
Hey Guys,
I want to change the background color of the Sticky Topics in order to highlight it.
Can someone help with that?
Thanks.
Cheers / Ben.
6 Replies
Feb 07, 2019 9:01 am
Nice idea !
May 14, 2019 9:53 am
Looking for this too. Did anyone found any CSS solution for this?
May 14, 2019 11:48 am
Hi @beyondforce, @central4allgmail-com, @power505
try the following JS code, add it in you theme js files and check again. In this case, the sticky topic will change the background color in the topic list:Â
jQuery( "i.fa-thumbtack" ).parent().parent().parent().css( "background-color", "#f1d5d5" );