Change the color of the unread message
Quote from rogal on March 24, 2018, 8:16 pmHi everyone!
Sorry for my English. I’m writing from Poland 🙂
I have a problem. How can I change the color of an unread message? Currently, the color is slightly darker and I would like to change it completely. Where can I find the right line of code?Regards!
Hi everyone!
Sorry for my English. I’m writing from Poland 🙂
I have a problem. How can I change the color of an unread message? Currently, the color is slightly darker and I would like to change it completely. Where can I find the right line of code?
Regards!
Quote from Yworld on March 24, 2018, 8:21 pmHi @rogal
#af-wrapper .unread:before { color: #2D89CC; }wp-content/plugins/asgaros-forum/skin/style.css
If I’m not mistaken 🙂
Hi @rogal
#af-wrapper .unread:before {
color: #2D89CC;
}
wp-content/plugins/asgaros-forum/skin/style.css
If I’m not mistaken 🙂
Quote from rogal on March 24, 2018, 9:02 pmUnfortunately it does not work. Everything I do in this file is not updated on the website / forum. 🙁
Unfortunately it does not work. Everything I do in this file is not updated on the website / forum. 🙁
Quote from Asgaros on April 3, 2018, 8:57 amHello @rogal
You can try it with the important-keyword:
#af-wrapper .unread:before { color: red !important; }
Hello @rogal
You can try it with the important-keyword:
#af-wrapper .unread:before {
color: red !important;
}
Quote from Cheesebox on May 28, 2021, 1:35 pmPushing for anyone who wants to know: Correct code is:
#af-wrapper #read-unread .unread { background-color: green; } #af-wrapper .unread { color: green; }I put it in the main Customize -> Additional CSS. Works fine.
Pushing for anyone who wants to know: Correct code is:
#af-wrapper #read-unread .unread {
background-color: green;
}
#af-wrapper .unread {
color: green;
}
I put it in the main Customize -> Additional CSS. Works fine.
Uploaded files:

