Change collection link to others pages rather than collection product

Hi All,

I now have three collection images on the home page and they linked to different product collection. I really like the design and but I want to change one of the image link to my delivery page instead of a product page. Is that possible? For example, change the “bicycle part” to “delivery page”. Thanks a lot!

https://horaciobikes.com.au/

pw:0713

1 Like

@lulu57

To link your collections to delivery page,

You have to add settings in customization for link your collections to delivery page

and also need to change code

Best Regards !

@lulu57

yes, please share collection list section code i will check and update

  1. From your Shopify admin, go to Online Store > Themes > Actions > Edit Code.
  2. Open the theme.liquid file.
  3. Locate the code for the section that contains the collection images on the home page. This will typically be in the index.liquid file or in a separate section file.
  4. Find the HTML code for the image that you want to change the link for. It should be within a link tag with the class name “card”.
  5. Change the href attribute of the link tag to the URL of your delivery page. For example, if the URL for your delivery page is “https://www.yourstore.com/pages/delivery”, the code would look like this:

<a href="/pages/delivery" class="card card--standard card--media"> <!-- your image code here --> </a>

  1. Save the changes and preview your website to ensure that the link is working properly.

Note: If you’re not comfortable with editing code, you can also use a page builder app or a Shopify app that allows you to create custom sections with links to your delivery page.

1 Like

Hi Mics,

thanks a lot, could you please tell how to :

Locate the code for the section that contains the collection images on the home page. This will typically be in the index.liquid file or in a separate section file.

Hi KetenKumar,

thanks. please see below:

  • Bicycle Accessories

    Find the durable accessories for your bike. 

  • Bicycle Part

    Trustable and reliable bicycle parts 

  • About Us

    [https://horaciobikes.com.au/pages/contact](https://horaciobikes.com.au/pages/contact) 

  • Hi KetanKumar,

    Thanks. please see below.

  • Bicycle Accessories

    Find the durable accessories for your bike. 

  • Bicycle Part

    Trustable and reliable bicycle parts 

  • About Us

    [https://horaciobikes.com.au/pages/contact](https://horaciobikes.com.au/pages/contact) 

  • for each different maybe in your asset or in the index file you need to check

    - ### 
                  About Us
                
              
    
      https://horaciobikes.com.au/pages/contact 
    
                
    
          
    
        
    
        
          
            
    
                ### 
                  About Us
    
                
              
    
          
    
        
      
    
              
    
    - ### 
                  About Us
                
              
    
      https://horaciobikes.com.au/pages/contact 
    
                
    
          
    
        
    
        
          
            
    
                ### 
                  About Us
    
                
              
    
          
    
        
      
    
              
    
    

    thank you