I need to add this custom code/widget to my site but I can’t figure out how to make the text link white instead of blue. As it shows up under the embed form.
I’ve attached the share link and the link to the subdomain. Plus a screen shot of the blue text that I am trying to change. This text comes from a html code from an idx site and I’m not sure how to change it.
@vict Thank you for your fast response. I still have a lot of learning to do.
I’ve attached a screenshot of where I added it, unfortunately it looks like I have missed a step. What did I do wrong?
Hey, That code didn’t worked for me either, stubborn blue and that ugly underline was there no matter what. Until I added this code (it takes styling from the parent):
<style>
a { color: inherit; }
a { text-decoration: none; }
</style>