Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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" );