I am trying to use custom css on my Squarespace site to change the color of the preview text that appears when I embed a link.
Here is my website, for reference.
The text I'm trying to change is all of the grey text, as it's difficult to read on the black background.
I googled how to do it and came across an extension which helps identify the correct block on Squarespace; I ended up with this code.
#block-yui_3_17_2_5_1514510493603_23123 p {color: #cccc08}
The tutorial I used said to use p, h1, h2, and h3 in order to change the color of various text blocks.
However, upon injecting this code and testing it out, it doesn't work exactly as intended. When I refresh my website, the text is displayed as the correct color (yellow) initially. However once the page is fully refreshed and loaded, it displays as the original grey text. If you click the link on my website, you'll see what I mean.
Wondering what exactly I am doing wrong, and what I need to do in order to change the color of the text as intended. If there is another, easier way to do this which I do not know about - that would be useful too!
Thanks!