Hyperlinked caption not showing on website

Hi everyone! So I added a link on a text box and saved changes but whenever I preview my store, the link does not show up. I can hover over the area where the link is supposed to show and although I do not see anything, i can still click it and it redirects me to the URL I want. How can i make this link visible? My URL is https://theprofitrocketautotrader.com/

The link is supposed to be on the main page, right below “no hidden fees or commission”

Any help is greatly appreciated :slightly_smiling_face: thank you!!!

Hi @theprofitrocket

Thank you for reaching out to the shopify community.

In order to make that link visible you have to change the color of the link.

Go to your theme code editor search for a file named image-with-text.liquid in Section folder, there you will be able to locate the code for that link.

Add a class to that tag, then target that class is your base.css file or theme.css file and change the color of the link.

[_**Check our members' reviews**_](https://theprofitrocketautotrader.com/pages/reviews)

in base.css or theme.css file, target this class and change color

.members-preview-link{
  color: #fff;
}

Give it a try and let me know if this was helpful.

Thanks.