how to change header font color? 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.
5 posters

    how to change header font color?

    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty how to change header font color?

    Post by emikati Fri 24 Jul 2009 - 21:47

    hi ya.. im changing header font color from DISPLAY>PIC AND COLOR MNG>COLORS

    to white..it showing white in preview but when i save it and then go to my forum ,it still show previouse color ..i think ,as i have installed an hit skin.. may be i need to change color in css.. but i dont knw where in css to change header font color...can any body plz tell ?
    Rok
    Rok
    Energetic


    Male Posts : 6823
    Reputation : 234
    Language : idk

    how to change header font color? Empty Re: how to change header font color?

    Post by Rok Fri 24 Jul 2009 - 23:20

    Can you provide the link to your forum so I can see. You'd possibly have to remove the header background image if it's still there.
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Sat 25 Jul 2009 - 0:01

    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Sat 25 Jul 2009 - 15:50

    bump
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Sun 26 Jul 2009 - 17:12

    Bump...plz urgent reply needed... i need it
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Tue 28 Jul 2009 - 2:48

    Bump............please any one help me in this case?
    uchiha_itachi *admin*
    uchiha_itachi *admin*
    Forumember


    Male Posts : 127
    Reputation : 0
    Language : english

    how to change header font color? Empty Re: how to change header font color?

    Post by uchiha_itachi *admin* Tue 28 Jul 2009 - 2:50

    emikati wrote:hi ya.. im changing header font color from DISPLAY>PIC AND COLOR MNG>COLORS

    to white..it showing white in preview but when i save it and then go to my forum ,it still show previouse color ..i think ,as i have installed an hit skin.. may be i need to change color in css.. but i dont knw where in css to change header font color...can any body plz tell ?
    its your CSS code most likey, i have the same issue, your gonna have to fiddle with that
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Tue 28 Jul 2009 - 2:52

    but their must be an way to change it....
    uchiha_itachi *admin*
    uchiha_itachi *admin*
    Forumember


    Male Posts : 127
    Reputation : 0
    Language : english

    how to change header font color? Empty Re: how to change header font color?

    Post by uchiha_itachi *admin* Tue 28 Jul 2009 - 2:56

    emikati wrote:but their must be an way to change it....
    lol i just told u but its extremely tedious: if you mess up your css code your forum has a high possibility of crashing; thats y i look up ever single bit of info before messing with it
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    how to change header font color? Empty Re: how to change header font color?

    Post by ankillien Tue 28 Jul 2009 - 4:29

    Hi!

    Go to admin cp > display > colors > css...
    add this code there

    Code:
    .maintitle h1 {
    color : red;
    }

    change red as per your need.
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Tue 28 Jul 2009 - 5:18

    in css where should i put this code? any where?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    how to change header font color? Empty Re: how to change header font color?

    Post by ankillien Tue 28 Jul 2009 - 5:20

    yes, put it anywhere and save.
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Tue 28 Jul 2009 - 6:07

    its not working
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    how to change header font color? Empty Re: how to change header font color?

    Post by ankillien Tue 28 Jul 2009 - 10:03

    Color of which header you want to change?
    I think, I've misunderstood your question.
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Wed 29 Jul 2009 - 4:54

    wait a min , ill show u the screen shots :
    i need to change the text color of poll , and forums etc ,and like that every headings to white color
    how to change header font color? Captur10

    how to change header font color? Pagi_10
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    how to change header font color? Empty Re: how to change header font color?

    Post by ankillien Wed 29 Jul 2009 - 5:08

    Thanks for the info.

    Try this CSS code...
    Code:
    span.module-title {
    color : white !important;
    }
    avatar
    ukhalik2
    Forumember


    Posts : 131
    Reputation : 0
    Language : English

    how to change header font color? Empty Re: how to change header font color?

    Post by ukhalik2 Fri 28 Aug 2009 - 14:47

    Since this thread appears to be solved. So, moderators will lock this thread. :|
    emikati
    emikati
    Forumember


    Male Posts : 393
    Reputation : 0
    Language : English, HTML

    how to change header font color? Empty Re: how to change header font color?

    Post by emikati Fri 28 Aug 2009 - 14:51

    ukhalik2 wrote:Since this thread appears to be solved. So, moderators will lock this thread. :|
    this is not resolved, y you asking the moderators to lock it without the topic creator permission?