#coloring issues

5 messages · Page 1 of 1 (latest)

proper surge
#

im not sure how exactly to change the color of collapsible toggle texts, tabber texts, the icons next to the username, the popup for user options, and the "hello and welcome" box (texts arent actually highlighted in blue for the last two images). i do know css but im just not sure what the classes are.

calm idol
#

you'll need to use css, e.g. css .template-class .mw-collapsible-toggle .mw-collapsible-text { color: black; } (replace .template-class with whatever class the first picture's template has)

#

the easiest way to test these changes is to poke around with your browser's inspector

proper surge
#

alright ive fixed #1, #2, #4 and #5. but i cant seem to fix #3

calm idol