Changing link color of Thread/Forum with unread post
#1
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:
.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']}"
Reply


Messages In This Thread
Changing link color of Thread/Forum with unread post - by charafweb - 2013-01-18, 11:18 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)