Navigation menu adding Collection image

Navigation menu adding Collection image

jamest5764
New Member
4 0 0

We have 2 mega menus in our navigation, working successfully

 

However I've added a new heading called Brands, which just shows as text.

 

Wanting to replace the text with Brand Icon image, which is already on the Collections. however don't want to effect any of the other menus?

Replies 6 (6)

Priyanka_
Shopify Partner
83 15 22

@jamest5764 

Please provide your store URL so that we can look into this.

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

jamest5764
New Member
4 0 0

phonnic.com.au

BrainStation23
Shopify Partner
406 60 58

Hi @jamest5764 


Please provide your store URL so that we can look into this.

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
jamest5764
New Member
4 0 0

phonnic.com.au

Small_Task_Help
Shopify Partner
778 25 69

Hi,

 

Upload the brand icon image
Use custom HTML or theme setting to replace the text with image url
if necessary edit theme code to put image directly (sections/header.liquid, snippets/, or similar files.)

Code example

<a href="{{ link.url }}">
  <img src="URL_OF_YOUR_IMAGE" alt="Brands" style="height: 40px; width: auto;">
</a>

Please share store URL as well

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
jamest5764
New Member
4 0 0

phonnic.com.au

 

with this line of code would I have to manually put image URL in, for all 10? or is there a way to set to use collection image.