I have code to make the images clickable and have used it in Dawn 5.0 & 6.0.2:
Section Liquid code:
{% if section.settings.image_link != blank %}
Then in the Schema:
{
“type”: “url”,
“id”: “image_link”,
“label”: “Image Link”
},
If I add this to more than 1 section, it changes the text in those sections to blue and underlines the text as well. To fix it, I can add this code but it’s not a good way of doing it.
a:link {
text-decoration: none !important;
color: #000000 !important;
}
Is there a way to do this so that I can have multiple section images clickable (without changing text to blue and adding an underline)?
password = website
Thank you in advance for your help.
