inherit
64071
0
Aug 8, 2020 18:39:36 GMT -8
Kitezer
161
November 2005
kitezer
|
Post by Kitezer on Aug 7, 2020 12:37:59 GMT -8
I apologize if this is not in the appropriate board. (If it's not in the right place, please guide me to the suggested location for this topic). Though I do think this can possibly be achieved through coding. (If it's possible at all)
Is there a way to edit the coding so that the name of the board changes color on the main page when there's a new post? (instead of using On/Off icons) I feel like using icons on the main page looks kind of "clunky/bulky")
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Aug 7, 2020 21:34:09 GMT -8
Hi Kitezer If you place this at the bottom of your Style Sheet, the name of the board will be in red (#CC0000), when there are new posts or threads: /* Change color of text for board name when it has new posts or threads */ .container.boards .new a.js-board__title.board-link{ color:#CC0000; } /* End of Section */
|
|
inherit
64071
0
Aug 8, 2020 18:39:36 GMT -8
Kitezer
161
November 2005
kitezer
|
Post by Kitezer on Aug 7, 2020 23:02:36 GMT -8
Hi Kitezer If you place this at the bottom of your Style Sheet, the name of the board will be in red (#CC0000), when there are new posts or threads: /* Change color of text for board name when it has new posts or threads */ .container.boards .new a.js-board__title.board-link{ color:#CC0000; } /* End of Section */ Thank you! Works perfectly! ^_^ (I changed the color to blue because the default color is orange which is too close to red in my opinion but it works perfectly regardless!) I appreciate your assistance!
|
|