thesignalman Active member Nov 8, 2021 #1 I'm trying to change the colors of all the widgets on my forum from white with red text, to white and green so they can look like Overpass signs. This is due to the fact that my forum is Highway themed.
I'm trying to change the colors of all the widgets on my forum from white with red text, to white and green so they can look like Overpass signs. This is due to the fact that my forum is Highway themed.
Cl0udzz Member Dec 14, 2021 #2 .block-minorHeader { padding: 6px 10px ; margin: 0; font-weight: 400; text-decoration: none; font-size: 17px; color: #f24c86; } Click to expand... put that code in your extra.less At line 6. you can change the color. Upvote 0 Downvote
.block-minorHeader { padding: 6px 10px ; margin: 0; font-weight: 400; text-decoration: none; font-size: 17px; color: #f24c86; } Click to expand... put that code in your extra.less At line 6. you can change the color.
O Old Nick Well-known member Dec 14, 2021 #3 Less: .block-minorHeader { color: green; } Upvote 0 Downvote
H htsumer Active member Dec 14, 2021 #4 admin.php?styles/default-style.1/style-properties/group&group=block Upvote 1 Downvote