Make featured product image link to product page Ride theme

Hi,

Can anyone help me with linking my featured product on the home page to my product page? And the title too. I’m on the Ride theme.

Thanks

Hi, i can link your product image and product title to product page.

Hi @tomcurt1s ,

Please go to Actions > Edit code > Sections > featured-product.liquid file, find ‘product__title’ and add code here:

Code:


                ## 
                  {%- if product.title != blank -%}
                    {{ product.title | escape }}
                  {%- else -%}
                    {{ 'onboarding.product_title' | t }}
                  {%- endif -%}
                
              

Hope it helps!

Thankyou @LitExtension

Would you be able to tell me how to link the image to the same product page too?

Thanks again

Hi @tomcurt1s ,

Please find ‘GalleryViewer’ and add code here:

Code:


What would I need to change to do this for a featured collection?

Thanks

https://community.shopify.com/c/shopify-design/ride-theme-how-do-i-make-the-heading-on-a-featured-collection/m-p/2007018#M533647