How can I add more than 10 logos in the 'our brands' section?

website link: wholesalemakeup.ae
I want to add more than 10 logos in the section ‘our brands’ but there is a limit of 10 in the logo list.

Hello @na15 I will need to enter your store to provide a solution here. Let me know what you think.

hi @na15
Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you

Navigate to the Online Store section and then select the Theme option. From there, access the “Edit code” feature to locate the section where the list of logos is being displayed.

Within that section, find the schema settings. Specifically, look for the “max_blocks” option, which is currently set to 10. You have the flexibility to remove this limitation and customize the display as you see fit.

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

Hello @na15
Its Artzen Technologies! We will be happy to help you today.

please share this section code.

change schema settings like this

“limit”: 10, to change “limit”: 15,

or

“max_blocks”: 10, to change “max_blocks”: 15,

Let me know if need further assistance
Regards,
Artzen Technologies

thanks