Change the footer link color.
2 posters
Page 1 of 1
Change the footer link color.
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!
What links I want to change the color of:
http://prntscr.com/6lmsqk
How can I make JUST the footer links black? Thanks!
Guest- Guest
Re: Change the footer link color.
Add the following code to your stylesheet :
Administration Panel > Display > Colors > CSS stylesheet
Administration Panel > Display > Colors > CSS stylesheet
- Code:
#pun-foot a{color:black!important;}
Re: Change the footer link color.
Thanks it worked! Any idea on how to change just the admin panel link color?
Guest- Guest
Re: Change the footer link color.
- 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
Re: Change the footer link color.
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:
Luffy
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
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!
Re: Change the footer link color.
Not sure whether this will work but it's worth the try:
p.s.: i need to see the element to your forum in order to give you the correct code..
Luffy
- 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
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!
Similar topics
» Change Footer link Color
» Chat box text color change/shadow change
» Change text and link color in Forumotion Toolbar
» How can I make the navbar link-text change color when hovering?
» Download link change
» Chat box text color change/shadow change
» Change text and link color in Forumotion Toolbar
» How can I make the navbar link-text change color when hovering?
» Download link change
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum