Enlarge homepage logo

Hello, I need some help with my website Rheakalo.com.

  1. How can I enlarge the size of my logo, it feels small.

  2. My header menu bar is stuck in a different colour. How do i change that?

Thanks!

Hello there @RheaKalo for enlarging the homepage logo, you should try these steps

  • Go to Shopify Admin Dashboard and click on Online Store.
  • Click on Customize button.
  • Click on Header > You’ll find the logo size here.
  • Choose the desired size and click on Save.

As for the header menu bar color, Go to the online store and click the customization button. There click on the header and change the color schema settings. You can also edit it using CSS in the code editor (three dots next to the customization button), then find the CSS file and your custom styles.
Let me know if you find these helpful!

Hi @RheaKalo

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file theme.scss.liquid and add this code at the end of the file
.site-header__logo img.lazyloaded {
    max-width: 500px !important;
    margin-top: -19px !important;
}

#shopify-section-header .homeHeader .site-nav--centered {
    background: #d8c3be !important;
}

Result:

Best,

Liz

Hi,
-Please click customization option on your shopify store dashboard.
-when open the customization settings showing setting icon on the left side click the option >>Logo and increase the Desktop logo width.
Thanks

Hi there, nothing works..