Footer text 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.
3 posters

    Footer text colour

    avatar
    matt_m
    Forumember


    Posts : 322
    Reputation : 1
    Language : English

    Solved Footer text colour

    Post by matt_m October 7th 2009, 5:08 pm

    Hello,

    I was just wondering, I am using version phpbb2 and I would like to change the colour of the links in the footer (i.e. contact, forumotion, report abuse etc) so they are not such an eyesore.

    I am guessing this is done through CSS, would someone be kind enough to tell me the code?

    Thanks very much
    Footer text colour Icon_smile

    Edited to add:

    I have managed to change the links colour in the footer, but I now want to change the normal text colour. Because in between each link there are seperators like this: | link | link | and also the copyright sign.
    How do I change the colour of these, as currently they are black?

    Thanks.


    Last edited by matt_m on October 10th 2009, 2:43 pm; edited 5 times in total (Reason for editing : Add info.)
    avatar
    matt_m
    Forumember


    Posts : 322
    Reputation : 1
    Language : English

    Solved Re: Footer text colour

    Post by matt_m October 8th 2009, 6:30 pm

    Bump..
    Konzales
    Konzales
    Forumember


    Male Posts : 129
    Reputation : 0
    Language : Danish, English, HTML and Python
    Location : Denmark

    Solved Re: Footer text colour

    Post by Konzales October 8th 2009, 7:30 pm

    Your forum url, please Very Happy
    avatar
    matt_m
    Forumember


    Posts : 322
    Reputation : 1
    Language : English

    Solved Re: Footer text colour

    Post by matt_m October 8th 2009, 8:19 pm

    Sorry, probably didn't explain that well..

    The footer is the same on all forumotion forums:

    Make a forum | ©️ phpBB | Free forum support | Statistics | Report an abuse | Free message board

    I have managed to change the colour of the footer links, but now i'd like to change the colour of these | and this ©️. As they didn't change and have remained black.

    Any help is appreciated Very Happy
    ankillien
    ankillien
    Energetic


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

    Solved Re: Footer text colour

    Post by ankillien October 9th 2009, 4:14 am

    Hello,

    I need a link to your forum.
    avatar
    matt_m
    Forumember


    Posts : 322
    Reputation : 1
    Language : English

    Solved Re: Footer text colour

    Post by matt_m October 9th 2009, 6:51 pm

    OK
    http://cavybreeders.forumotion.com

    Thanks for looking into this, I appreciate it! Footer text colour Icon_thumright
    avatar
    matt_m
    Forumember


    Posts : 322
    Reputation : 1
    Language : English

    Solved Re: Footer text colour

    Post by matt_m October 10th 2009, 1:36 pm

    Bump Smile
    ankillien
    ankillien
    Energetic


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

    Solved Re: Footer text colour

    Post by ankillien October 10th 2009, 2:25 pm

    Put this code into your CSS and submit...

    Code:
    #page-footer .gen , #page-footer .gen .gensmall {
    color : red;
    }
    avatar
    matt_m
    Forumember


    Posts : 322
    Reputation : 1
    Language : English

    Solved Re: Footer text colour

    Post by matt_m October 10th 2009, 2:42 pm

    Thanks very much!!

    Solved.
    ankillien
    ankillien
    Energetic


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

    Solved Re: Footer text colour

    Post by ankillien October 10th 2009, 2:45 pm

    Glad I could help Very Happy
    Solved > Locked