How do I get rid of the underline under the text on my image banner?

I want to get rid of that blue underline under The Text On My Image banner. if you want to check it out on my website it is on Lauvage.com

Hello @yds41

Thank you for reaching out to the Shopify community.

Here are the steps to remove the underline from banner hyperlinks

  1. Navigate to the theme editor Online StoreThemesEdit Code.

  2. Search for the asset named as base.css, open the file and add the below code:

.section a:-webkit-any-link{
  text-decoration:none;
}

Save the changes and please have a check once. Let me know if this was helpful.

Thanks.

It worked thank you so much!