Changing symbol sizes and background colours

Hello,

Need help on two things,

I need the symbols on the home page to be a fair bit smaller;

Also need all of the product pages to be on a white background with black text. I have uploaded PNG files with transparent backgrounds on all of the products but still shows a white background on the main pages on shopify.

https://wholesale.vapedistillery.com/

@Vapedistillery
Add This code in stylesheet.css

.gridlock .row .desktop-4 {
    width: 20.25%;
    text-align: center;
    margin-left: 128px;
}

Hello

Thankyou,

That has almost worked, but it has resized the text aswell, is there a way to just resize the images above (symbols)>

1 Like

use text-justify to justify content.

got an example? have added text-justify into that section but its not changing anything?