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.

Change the footer link color.

2 posters

Go down

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!
avatar
Guest
Guest


Back to top Go down

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;}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

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?
avatar
Guest
Guest


Back to top Go down

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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

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.
avatar
Guest
Guest


Back to top Go down

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!
TheCrow
TheCrow
Manager
Manager

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

https://www.inforumgr.com

Back to top Go down

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

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

Still not working.
avatar
Guest
Guest


Back to top Go down

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!
TheCrow
TheCrow
Manager
Manager

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

https://www.inforumgr.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum