I created some "blocks" -- they gallery had some beautiful "heading" widgets. I made those widgets "live linking text" -- then couldn't see the blue since my bg color was too blue.
So I removed the "go to URL" setting. Now it appears the setting is still thinking/remembering it's previous setting (the text is still blue)
The hyperlink a link text seem to be getting the blue color from a cache mechanism such as a plugin or server side cache as we found the following CSS which is overriding the theme accent colors instead.
body a {
color: #6695cb;
}
You may use this CSS and paste it into the Custom CSS section within the Salient Theme to overwrite this following CSS rule
The Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Please let me know if there are any more questions that I may answer for you.
Hey support
I created some "blocks" -- they gallery had some beautiful "heading" widgets. I made those widgets "live linking text" -- then couldn't see the blue since my bg color was too blue.
So I removed the "go to URL" setting. Now it appears the setting is still thinking/remembering it's previous setting (the text is still blue)
Check out the URL or the screenshot.
http://www.gocadiz.com/eclipse-overview/
Hi Drew,
Thanks for contacting us regarding your query.
The hyperlink a link text seem to be getting the blue color from a cache mechanism such as a plugin or server side cache as we found the following CSS which is overriding the theme accent colors instead.
You may use this CSS and paste it into the Custom CSS section within the Salient Theme to overwrite this following CSS rule
The Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Please let me know if there are any more questions that I may answer for you.
Cheers!