Whatever I try, it wont work, here it is:
<div class="text text-center">
<p class="cosmic-links" v-html="infoText"></p>
</div>
Here is how it looks like in cosmicjs
<p>Some info</p>
<p>Some links to visit <a href="www.google.com" rel="noopener noreferrer" target="_blank">FAQ</a></p>
What I am trying:
.cosmic-links >>> a{
color:red;
}