Hi,
Finally I get a way how to change the color of the thread (and his forum parent) containing a new unread post, and I want to share this with you:
CSS modifications:
Go to ACP Home » Themes » YourTheme » global.css » Advanced editing (top right)
1. find:
add before the ending }
2. Find:
add below:
(you can change the color #CB296A to what ever you want)
*******************************************************************************
Template modification:
Home » Template Sets » YourTheme Templates » Forum Bit » forumbit_depth2_forum:
Find:
Change it to:
Finally I get a way how to change the color of the thread (and his forum parent) containing a new unread post, and I want to share this with you:
CSS modifications:
Go to ACP Home » Themes » YourTheme » global.css » Advanced editing (top right)
1. find:
.subject_new {
....
}
add before the ending }
color: #CB296A !important;
2. Find:
.forumtitle {
font-weight: bold;
}
add below:
.on {
color: #CB296A !important;
}
(you can change the color #CB296A to what ever you want)
*******************************************************************************
Template modification:
Home » Template Sets » YourTheme Templates » Forum Bit » forumbit_depth2_forum:
Find:
<a class="forumtitle"
Change it to:
<a class="forumtitle {$lightbulb['folder']}"