The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how can I change teh title colour of global announcements

Go down

how can I change teh title colour of global announcements Empty how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 11:26 am

I want to have announcements and global announcements in a series of different colours to determine the severity, but I don;t want the members to be able to use different colours for the thread titles.
there must be a way to do it but I cannot find it
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Guest December 19th 2011, 1:24 pm

Can you provide your forum url please? Smile
avatar
Guest
Guest


Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 3:21 pm

Gassy wrote:Can you provide your forum url please? Smile

http://inaflap.forumotion.co.uk
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Guest December 19th 2011, 3:57 pm

Add in your CSS Stylesheet:
Code:
div.announcement div.inner ul.topiclist li.row dl.icon dd.dterm div.topic-title-container h2.topic-title a.topictitle{
color: #F00 !important;
}

div.announcement div.inner ul.topiclist li.row2 dl.icon dd.dterm div.topic-title-container h2.topic-title a.topictitle{
color: #F00 !important;
}
avatar
Guest
Guest


Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 4:42 pm

Gassy wrote:Add in your CSS Stylesheet:
Code:
div.announcement div.inner ul.topiclist li.row dl.icon dd.dterm div.topic-title-container h2.topic-title a.topictitle{
color: #F00 !important;
}

div.announcement div.inner ul.topiclist li.row2 dl.icon dd.dterm div.topic-title-container h2.topic-title a.topictitle{
color: #F00 !important;
}

will that allow me to select different colors say red, yellow and green?
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Guest December 19th 2011, 4:51 pm

Yes: replace #F00 by:
yellow, red, green, indigo, and more and more... Wink
avatar
Guest
Guest


Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 6:15 pm

Gassy wrote:Yes: replace #F00 by:
yellow, red, green, indigo, and more and more... Wink

will that not change the color of all teh announcement. Mine have all gone red now, which is fine, but I would like to put different announcement in a different color to show the urgency.

If I do that in the CSS wont it just change everything? or do i do it in the title bar as well with [color=xxx]
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Guest December 19th 2011, 6:18 pm

When you want, for example red color you need to have: color: red !important; without # Razz
avatar
Guest
Guest


Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 6:22 pm

Flappypaddles wrote:
Gassy wrote:Yes: replace #F00 by:
yellow, red, green, indigo, and more and more... Wink

will that not change the color of all teh announcement. Mine have all gone red now, which is fine, but I would like to put different announcement in a different color to show the urgency.

If I do that in the CSS wont it just change everything? or do i do it in the title bar as well with [color=xxx]

if that is not possible how about making global annoucements red
normal announcement green
and stickies blue for instance.
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Guest December 19th 2011, 6:25 pm

What do you certain mean? The topic color of announcements? Smile
avatar
Guest
Guest


Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 7:06 pm

Gassy wrote:What do you certain mean? The topic color of announcements? Smile

at the moment all announcements are red

I was hoping that I could a sort of urgency arrangement by having different colors for the different type of urgency

so very urgent announcements would be red. quite urgent would be yellow and normal announcement green for instance.

while I understand that might be a trifle difficult the alternative I thought of was perhaps having
global announcemnts as red
general announcements as green and stickies as blue. for instance


at the moment the code you gave me will change the first announcement to one color and the second to another and then do the same for globals and stickies.


so if i have it red and green

it goes

global
global

announcement
announcement

stickie
stickie



what I would like is
global
global

announcement
announcement

stickie
stickie



what I would really like is to be able to rank global announcements in order of importance


so you might get something like this

global very important
global very important
global very important
global quite important
global quite important
global quite important
global quite important
global important
global important
global important
global important
global important


I imagine that would need some way to actually give the announcement some sort of numeric value though

If I can just get the global announcements, announcemnts and stickies in different colors that will do for now.
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Guest December 19th 2011, 7:55 pm

Nope, you can't, sorry. Wink
avatar
Guest
Guest


Back to top Go down

how can I change teh title colour of global announcements Empty Re: how can I change teh title colour of global announcements

Post by Flappypaddles December 19th 2011, 9:50 pm

Gassy wrote:Nope, you can't, sorry. Wink

is that a no to both options?
Flappypaddles
Flappypaddles
Forumember

Posts : 261
Reputation : 1
Language : english

http://inaflap.forumotion.co.uk

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum