How to enlarge logo?

Hello, I’m trying to make the logo on my website bigger. The way that it is now it’s too small. there is a way to make it bigger? Big like the woman with glasses in my glasses section for exampleI’ve tried different methods but nothing works. Thank you in advance.

here’s my webiste

www.xmine23.it

Hi @vivvy1522 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Inside head tags. You need create style tags. After insert my code inside style tag

a.logo-img {
    transform: scale(1.5);
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

This is Noah from PageFly - Shopify Page Builder App

Hi @vivvy1522 Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @vivvy1522

Please add this code to your theme.liquid file, after


Thank you! It worked perfectly :heart_eyes: you made my day

@vivvy1522 , No problem, Have a good day :heart_eyes: