Change the footer link 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.
2 posters

    Change the footer link color.

    avatar
    Guest
    Guest


    Change the footer link color. Empty Change the footer link color.

    Post by Guest March 26th 2015, 5:56 pm

    Hello, how would I make ONLY the footer links black?

    What links I want to change the color of:

    http://prntscr.com/6lmsqk

    How can I make JUST the footer links black? Thanks!
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Change the footer link color. Empty Re: Change the footer link color.

    Post by _Twisted_Mods_ March 26th 2015, 11:28 pm

    Add the following code to your stylesheet :
    Administration Panel > Display > Colors > CSS stylesheet


    Code:
    #pun-foot a{color:black!important;}
    avatar
    Guest
    Guest


    Change the footer link color. Empty Re: Change the footer link color.

    Post by Guest March 27th 2015, 8:26 am

    Thanks it worked! Very Happy Any idea on how to change just the admin panel link color?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Change the footer link color. Empty Re: Change the footer link color.

    Post by _Twisted_Mods_ March 28th 2015, 12:05 am

    Code:
    body a[href*="/admin"]{color:red;}

    not sure if this work i just typed it up without looking so let me know if i dont
    avatar
    Guest
    Guest


    Change the footer link color. Empty Re: Change the footer link color.

    Post by Guest March 28th 2015, 11:59 am

    Nope, doesn't work.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Change the footer link color. Empty Re: Change the footer link color.

    Post by TheCrow March 28th 2015, 12:17 pm

    Hello,

    Usually if a code doesn't work you try adding !important to it because sometime it just can't overwrite the default one. So try this one out:
    Code:
    body a[href*="/admin"]{color:red!important;}

    Luffy



    Change the footer link color. Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    Guest
    Guest


    Change the footer link color. Empty Re: Change the footer link color.

    Post by Guest March 28th 2015, 12:20 pm

    Still not working.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Change the footer link color. Empty Re: Change the footer link color.

    Post by TheCrow March 28th 2015, 12:30 pm

    Not sure whether this will work but it's worth the try:
    Code:
    #pun-foot .center.admin a {color:red!important;}

    p.s.: i need to see the element to your forum in order to give you the correct code..

    Luffy



    Change the footer link color. Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!