Change footer text
-
Blue –
#0000FFMoreover it’s just your site, so you should decide!
thats what its set as but the colour is different than the ones in the default hyperlinks on my pages
You’ve already visited that page. So you’re seeing different colour. If you want have the same colour for visited pages, then, enter the same value for
aanda:visited#footer a, a:visited {
color: 0000FF;
}but ive not visited that page iv just set links in pages and thats what the links come up as
Try replacing whole footer text thing with this,
#footer {
background: #0fa7eb;
color: #FFFFFF;
}
#footer a {
color: 0000FF;
}
#footer a:visited {
color: 0000FF;
}that didnt work but iv decided the now just to keep to the #0000FF but thanks for trying to help
Add
!importantafter #0000FF#footer a {
color: #0000FF !important;
}its not the colour i want but its different to the actuall text and when i find the hex code for the one i want it just need to be put in but thanks for helping me
found exactly what i was looking for all the info i needed was in the custom options sorry for inconvenience and thanks again
Viewing 9 posts - 11 through 19 (of 19 total)
- 1
- 2
- You must be logged in to reply to this topic.
