« Back to the HTML Forum

[FIXED] Changing Kudos text color

Posted by BARCO

posted
updated

Forum: HTML Group

So I've been using a profile layout for my blogs and I managed to tweak some code by myself to make it fit properly for pretty much every part of the blog, except for Kudos... I don't know how to change the text color at all, and that's what I'm interested in (the default text color is too dark for my layout...)

If anyone can help me that would be great!


Report Topic

2 Replies

Sort Replies:

Reply by lolv66 .ᐟ

posted

for the main color its -

:root {

--darker-blue: (your color);

}

for when you hover over the text (and when its active) its  -

.blog-entry .kudos-btn:hover.blog-entry .kudos-btn:active {

color: (your color);

}



Permalink Report Reply

Reply by BARCO

posted

Great! It works! Thank you! ╰⁠(⁠*⁠´⁠︶⁠`⁠*⁠)⁠╯


Permalink Report Reply