Entire 'Image WIth Text' section is hyperlinked, not just the CTA button

On my site here, there are two “Image WIth Text” sections below (one for a podcast, one for discord) that have a call to action button, but the entire section is hyperlinked to the button’s directory.

https://emerymusic.com/pages/join-emeryland

I’m trying to NOT have this happen, as I have other parts of the website where in the text part of the section, I have a separate hyperlink, or at least for that text to be able to be highlighted for someone to copy/paste. Below, this section doesn’t work because the user can’t click the helpful reference link or copy/paste the rss feed link.

Hi,

Need to adjust the HTML and/or CSS of your Shopify theme

Edit the image-with-text.liquid file (or similar) to ensure only the CTA button is wrapped in a hyperlink

Code example

Before code example


  

    
    

      ## {{ title }}
      

{{ text }}

    

    
  

and after code example


  {{ button_text }}
  
  

    ## {{ title }}
    

{{ text }}

  

Adjust css if required and also check for Mobile Responsiveness

Thanks for the info, I’ll take a look at this! Could you point me in the direction of where to find this liquid file?