Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Menu Logo

Solved

Menu Logo

katbuddies
Tourist
11 0 3

IMG_6827.png

Hey guys does anyone know how do i change my Logo Color in menu to black because i am having transparent logo/white when i go to menu on mobile its stays white

 

I try code in custom css but it didnt worked 

 

this is my site : https://katbuddies.shop

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9052 2163 2669

This is an accepted solution.

Hi @katbuddies 

Check this one..

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 989px){
sticky-header:has(.menu-opening).header-wrapper .header__heading-logo {
    filter: invert(0); 
}
}
</style>

 

And save. 

Result:

Made4uoRibe_0-1727982715304.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 8 (8)

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @katbuddies , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1727973782598.png

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

 

@media screen and (max-width: 768px) {
  .section-header .header-wrapper .header__heading-logo {
    filter: unset !important;
  }
}

 

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_2-1727973847565.png

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

katbuddies
Tourist
11 0 3

IMG_6831.png

 i just put the code and its still stays white

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @katbuddies , 

Sr about previous comment don't helps.

You can try this code below: 

Search for the file theme.liquid. And add this code snippet before tag </head> or </body>: 

 

<style>
@media screen and (max-width: 768px) {
  .header__heading-logo-wrapper .header__heading-logo {
    filter: none !important;
  }
}
</style>

 

I was add this css snippet on style in inspector view web (f12) for test and your logo will be change.

BSSCommerceB2B_0-1727975491569.png

Hope it helps! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

katbuddies
Tourist
11 0 3

IMG_6832.png

sorry not working, now is always black

 

 

But i have already codes for header could you check it up?
Coddeee.png

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @katbuddies , 

Thank you for your specific feedback.

So, you only want the logo to change to black when the sidebar appears. In that case, try the following code in base.css: 

 

@media screen and (max-width: 768px) {
.header:has(.menu-drawer-container.menu-opening) .header__heading-logo-wrapper .header__heading-logo {
    filter: none !important;
}
}

The result will be: 

BSSCommerceB2B_0-1727980150980.pngBSSCommerceB2B_1-1727980153999.png

 

I hope this instructions will help you. 

If they are helpful, please give us likes and mark as the solution.

Thanks in advance! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
9052 2163 2669

This is an accepted solution.

Hi @katbuddies 

Check this one..

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 989px){
sticky-header:has(.menu-opening).header-wrapper .header__heading-logo {
    filter: invert(0); 
}
}
</style>

 

And save. 

Result:

Made4uoRibe_0-1727982715304.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
katbuddies
Tourist
11 0 3

Thank you so much this one work!

 

Made4uo-Ribe
Shopify Partner
9052 2163 2669

Welcome! Would you mind hitting 'like' as well? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.