Problem with title colour Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Problem with title colour

    avatar
    boswell3782
    Forumember


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

    In progress Problem with title colour

    Post by boswell3782 September 26th 2011, 4:45 pm

    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
    Nera.
    Nera.
    Energetic


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

    In progress Re: Problem with title colour

    Post by Nera. September 26th 2011, 4:46 pm

    Hi,

    Please provide your forum URL for appearance problems.
    avatar
    boswell3782
    Forumember


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

    In progress Re: Problem with title colour

    Post by boswell3782 September 26th 2011, 4:46 pm

    Nera.
    Nera.
    Energetic


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

    In progress Re: Problem with title colour

    Post by Nera. September 26th 2011, 4:54 pm

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

    Code:
    .cattitle {
        color: white !important;
    }
    avatar
    boswell3782
    Forumember


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

    In progress Re: Problem with title colour

    Post by boswell3782 September 26th 2011, 4:56 pm

    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!
    Rocker92
    Rocker92
    Forumember


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

    In progress Re: Problem with title colour

    Post by Rocker92 September 26th 2011, 6:39 pm

    Here you go

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


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

    In progress Re: Problem with title colour

    Post by boswell3782 September 26th 2011, 8: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
    dmwdead909
    dmwdead909
    Forumember


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

    In progress Re: Problem with title colour

    Post by dmwdead909 September 27th 2011, 12:54 am

    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>
    avatar
    boswell3782
    Forumember


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

    In progress Re: Problem with title colour

    Post by boswell3782 September 27th 2011, 12:55 am

    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.