Change logo in header for mobile app only

Solved
Brocchi
Tourist
5 0 1

Hello,

 

So I have the logo placed on the header, and it looks nice on the desktop, but on the mobile app it overlaps with the logo banner I have. I would like for the logo to be removed from the header of the mobile version and keep it on the desktop version. 

 

Is there any way we can make this possible?

 

 

Screenshot 2023-11-02 at 11.51.49 AM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5587 1025 1055

This is an accepted solution.

Hi @Brocchi 

You can add this code at the bottom of your base.css file in Online store > Themes > Edit code to do that 

@media (max-width: 767px) {
h1.header__heading { display: none !important; }
}

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 3 (3)
Dan-From-Ryviu
Shopify Partner
5587 1025 1055

This is an accepted solution.

Hi @Brocchi 

You can add this code at the bottom of your base.css file in Online store > Themes > Edit code to do that 

@media (max-width: 767px) {
h1.header__heading { display: none !important; }
}

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Brocchi
Tourist
5 0 1

This was extremely helpful!

 

Thank you so much! 😁

Dan-From-Ryviu
Shopify Partner
5587 1025 1055

Happy I could help!

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now