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.

Problem with title colour

4 posters

Go down

In progress Problem with title colour

Post by boswell3782 Mon Sep 26, 2011 8:45 am

I have a problem with the title of topics and some widgets on my forum. They are black on and black bacground and I don't know how to change it to white without changing the other text. Does anyone have a css code or somthing to help me?

Problem with title colour 1550vb7

Thanks
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: Problem with title colour

Post by Nera. Mon Sep 26, 2011 8:46 am

Hi,

Please provide your forum URL for appearance problems.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Problem with title colour

Post by boswell3782 Mon Sep 26, 2011 8:46 am

avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: Problem with title colour

Post by Nera. Mon Sep 26, 2011 8:54 am

For that line over the topics and the letter color on it add this to CSS

Code:
.cattitle {
    color: white !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Problem with title colour

Post by boswell3782 Mon Sep 26, 2011 8:56 am

Thanks! That's working fine but I forgot to ask I have the same problem with the calendar widget title, do you know a css code for that? thanks!
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: Problem with title colour

Post by Rocker92 Mon Sep 26, 2011 10:39 am

Here you go

Code:
.gen, .genmed, .gensmall {
    color: #ffffff !important;
}
Rocker92
Rocker92
Forumember

Male Posts : 737
Reputation : 117
Language : English & French
Location : Atlanta, GA

http://www.code-artist.com/

Back to top Go down

In progress Re: Problem with title colour

Post by boswell3782 Mon Sep 26, 2011 12:05 pm

Rocker92 wrote:Here you go

Code:
.gen, .genmed, .gensmall {
    color: #ffffff !important;
}

That makes the gallery widget title the color I want, but it makes nearly all the page text white aswell, I just wan't the widget title white Smile
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

In progress Re: Problem with title colour

Post by dmwdead909 Mon Sep 26, 2011 4:54 pm

boswell3782 wrote:
Rocker92 wrote:Here you go

Code:
.gen, .genmed, .gensmall {
    color: #ffffff !important;
}

That makes the gallery widget title the color I want, but it makes nearly all the page text white aswell, I just wan't the widget title white Smile
Instead of adding that code that makes all your pages white do this.

Go to the certain widget you want and edit the TITLE NAME
put this:
<font color=#FFFFFF>Your Widget Name Here</font>
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: Problem with title colour

Post by boswell3782 Mon Sep 26, 2011 4:55 pm

dmwdead909 wrote:
boswell3782 wrote:
Rocker92 wrote:Here you go

Code:
.gen, .genmed, .gensmall {
    color: #ffffff !important;
}

That makes the gallery widget title the color I want, but it makes nearly all the page text white aswell, I just wan't the widget title white Smile
Instead of adding that code that makes all your pages white do this.

Go to the certain widget you want and edit the TITLE NAME
put this:
<font color=#FFFFFF>Your Widget Name Here</font>

You can't edit the title because forumotion has made the widget. It is the gallery one.
avatar
boswell3782
Forumember

Male Posts : 58
Reputation : 0
Language : English
Location : England

Back to top Go down

Back to top

- Similar topics

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