- This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › How do I make links in Footers visible?
Tagged: footer links
I’m trying to figure out how to make links I added to my footer widgets visible. Active, Hover etc.. Is there an easy way to do this? I’m using the Simple Custom CSS plugin. If you could provide the code for use with this plugin I’d really appreciate it.
Thanks
What do you mean by visible? Are they there but not showing up due to the color?
Do you have a link to your site so I can take a look at what’s going on?
Hi Wes, I’m sorry I should have been more descriptive. Yes, I meant the link color. I did however figure it out.
Before:
.footer-widgets,
.footer-widgets a {
color: #fff;
}
After:
.footer-widgets,
.footer-widgets {
color: #fff;
}
I also figured out how to change the a.hover as well.
Before:
.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
color: #fff;
}
After:
.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
color: #a708c5;
}
Thanks for the reply. I LOVE your themes!!! So well coded and easy to work with. Great job.
Great! Let me know if you run into any other issues.
Also, send me a link whenever everything is ready so I can share.