How to resize the footer image in Flow Theme?

Can someone show me how to shrink the size of the footer image (the red star)?

Hello @TylerJ

Can you give me your page URL( with pass if your store password is enabled) so I can check it and maybe give you a solution?

Kind & Best regards,
GemPages Support Team

Yes, here it is: https://etrnl.st

No password

@TylerJ

Please add the following code at the bottom of your css file.

footer .image-bar__item .image-bar__content img{
max-width: 30% !important;
max-height: 30% !important;
}

Hello @TylerJ

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hi @TylerJ ,

Please go to Actions > Edit code > Assets > theme-index.min.css file and paste this at the bottom of the file:

.site-footer .image-bar__content img {
    max-width: 150px !important;
}

Hope it helps!