I want to change the title color in my portal. show figure the following. 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.
2 posters

    I want to change the title color in my portal. show figure the following.

    avatar
    kothaung
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved I want to change the title color in my portal. show figure the following.

    Post by kothaung 7th December 2010, 13:33

    I want to change the title color in my portal. show figure the following.
    I want to change the title color in my portal. show figure the following. Photor0
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by kirk 7th December 2010, 14:15

    what forum version you useing?
    avatar
    Guest
    Guest


    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by Guest 7th December 2010, 14:53

    Try this in your CSS:
    Code:

    .module .h3 {
       color: #FFF;
       }
    avatar
    kothaung
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by kothaung 7th December 2010, 15:49

    kirk wrote:what forum version you useing?

    i am using version3.
    avatar
    Guest
    Guest


    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by Guest 7th December 2010, 15:51

    Try the code above.
    avatar
    kothaung
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by kothaung 7th December 2010, 15:54

    Gangstar15 wrote:Try this in your CSS:
    Code:

    .module .h3 {
       color: #FFF;
       }


    can't work. pls help me.
    avatar
    Guest
    Guest


    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by Guest 7th December 2010, 15:58

    Try this or give me your forum link:
    Code:

    .module .h3 {
      color: #FFF !important;
      }
    avatar
    kothaung
    New Member


    Posts : 14
    Reputation : 0
    Language : English

    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by kothaung 7th December 2010, 16:03

    Gangstar15 wrote:Try the code above.


    yeah, thanks for all.
    its worked.
    avatar
    Guest
    Guest


    Solved Re: I want to change the title color in my portal. show figure the following.

    Post by Guest 7th December 2010, 16:19

    (:

    Solved + Locked