I embedded a link with the text and found the text color is automatically changed to the main content highlight color on the style setting. I don't want to change the setting because it will affect the style of other content on my website. So is there a way to manually override the color of the text with link in that text box?
Hi,
I embedded a link with the text and found the text color is automatically changed to the main content highlight color on the style setting. I don't want to change the setting because it will affect the style of other content on my website. So is there a way to manually override the color of the text with link in that text box?
Thanks,
Hello Xiao, sorry for the late reply.
You can use custom css to do this, if you can send us a screenshot and a link to your page we could tell you what you need to use.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
http://xiaoyandsn.com/portfolio/1-merrier/
The passcode to access is 1989.
Below attach the screenshot of those text boxes which I addressed.
Thank you.
Hello Xiao,
We can't give you custom css because this is a simple link without any css Class to target it.
What you can do is edit the text module, and switch the "editor" to "text", there you should be able to find
<p style="color:red"><a href="your link....
You need to change this to
<p><a style="color:red;" href="your link.....
This should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme