- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Ally Theme Support › Link is not visible
Hi,
I created a website with Ally theme which looks great.
Problem is I cannot see link because link is white.
Please take a look at http://www.intelisystems.com/contact/
There is email link to email but I cannot see it because it is white.
Please let me know how to change this color.
Thank you in advance.
You customized your css and changed your links to be white (with !important so it has priority) that’s why it’s showing up like that. Take a look around line 2903 for this –
.ally-orange a {
color: white !important;
}
That’s what’s causing the issue. If you change it back it will show up fine.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com