- This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago by andrewf90.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
January 24, 2016 at 12:05 pm #83576andrewf90Member
Hi, guys!
It’s me again. I’m wondering how I might change the colour of the links found only in the footer area and the colour when you hover over the links in that area? It’s currently blue 🙁
Thanks again for your support!
January 24, 2016 at 9:20 pm #83587PratikParticipanthi @andrew90,
I tried looking at your site but it shows coming soon message.
You can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box which might work, if not please post in the site url properly.
footer#colophon a, #supplementary .widget a { color: #A55858; } /* For hover color */ footer#colophon a:hover { color: #663366; }
Change the values of hex colors as you desire.
Regards,
PratikJanuary 24, 2016 at 9:54 pm #83591andrewf90MemberThat worked! Thanks as always for your awesome help. Sorry I forgot to take off the maintenance mode 🙁
Is it possible to edit out my domain name only because this site does get indexed very well in search engines? Sorry for the trouble
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Change Footer Link Colour’ is closed to new replies.