Hi,
I updated my link and hover color site wide and now my button color also changes.
1- How do I change the text color of LEARN MORE from blue to white on the full width slider – http://staging.wsmsnyc.org.s167849.gridserver.com/
2-How do I change the VIEW OUR PROGRAMS button color from blue to white in the mission section
Hi navindesigns,
Looks like you have this in your enfold_child.css file, please remove it since it’s overriding your theme settings:
.main_color a {
color: #0055a5 !important;
}
Best regards,
Rikard
But I want link colors to be #0055a5 just NOT on buttons.
Hi,
Since you’re using !important I don’t think it will do much good but you can try this:
.avia-button {
color:white !important;
}
Thanks,
Rikard
There is not way to make the button text/link colors different from the general site link/text color?
Hi,
Yes it is, but since you have declared your own CSS it will likely override whatever you additionally add, this is your problem:
.main_color a {
color: #0055a5 !important;
}
Best regards,
Rikard
I figured it out
thanks
we can close this thread
I badly need help with this issue though :(