One hyperlink does not display the underline in Debut theme

Hi!

Most of my hyperlinks are underlined, however a few for whatever reason are not! In particular the “What is a sourdough starter” on the bottom left below is not, which is annoying as I want my customers to understand that that is a link.

Strangely, when I edit my online store in Shopify it shows the link as underlined, however it does not display as such! Check out the link in the edit box showing an underline and the link in the main page not showing one. The link is clickable and the address is correct.

I could not find anyone else online reporting this issue.

Thanks,

Ben

Hi @Pettigb ,
This is Theodore from PageFly - Shopify Page Builder App.
I think it’s being overridden by the theme. Can you give me the URL so I can help you

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Hi @Pettigb

You are using inline style for other hyperlink, and the one is not underline because it does not have inline css code

If you want to make that text is underline, you can add this code at the bottom of your theme.scss.liquid file in Online store > Themes > Edit code

#TextColumnImageWrapper-feature-columns-0 .rte-setting a { text-decoration: underline; }

Hi!

https://kensingtonsourdough.ca/

Thanks

Ben

Thanks so much for finding the issue! I note however that when I added the snippit to thetheme.scss.liquid it did not produce an underline.

Thanks,

Ben

Please try to update code to this

#shopify-section-feature-columns .rte-setting a { text-decoration: underline !important; }

I apologize for this delay. I don’t know if you have solved your problem yet

Thanks! But this also did not seem to produce a change.

Hi! I have not solved it yet.

Where did you add the code? I cannot see it in your theme.scss.liquid file

Hi!

I deleted it after the preview did not show any change.

Thanks,

Ben