Venture Theme - Logo List Heading and Padding

Hi,

Please can someone assist me.

At the bottom of my homepage, I have a Logo List section titled “BRANDS WE WORK WITH” (see screenshot below). I would like to make the following changes:

  1. I would like the header to be H1 so that it is the same size as the header in the custom html section above it.

  2. I would like to control the padding of the images so that I can adjust their sizes.

Thanks in advance!

www.electricrideco.com

@guyv It’s needed custom code.

@DelightCart Yes, but I’m sure it’s simple.

Please can someone else assist me.

@guyv - if you want to change header to h1 then will need to edit code to put h1 in the theme code

@suyash1

Thanks for your input.

In the Custom HTML Section titled “OUR MISSION AT ELECTRIC RIDE CO.” I used

to enter the header so I believe that h1 is already in the theme code.

I want to make the header for “BRANDS WE WORK WITH” the same h1 header as “OUR MISSION AT ELECTRIC RIDE CO.”.

@guyv - need to edit that brands section code to put h1 in place of h4

@suyash1

Thanks for the info. Can you tell me exactly how to do this?

@guyv - please check what section is used to put these brand images, find that section in the theme file and edit h4 to h1… if you are familiar with coding then you can do it else if you can add me as collab then I can do it.

@suyash1

I have found the following:

Brands We Work With

Can you assist with the coding?

@guyv - change

with

and

with

@suyash1

I know how to do that in html but not in Shopify code.

@guyv - you will need to edit this section in theme.liquid file, find this section in theme sections