How can I fix my logo not showing on mobile header?

Solved

How can I fix my logo not showing on mobile header?

JeffRandal1238
Excursionist
48 1 2

My logo shows up on my header on pc but not on mobile, this has happened ever since I switched to 2 logos one on each side. How am I able to fix this thank you.

JeffRandal1238_0-1673657981770.png

JeffRandal1238_1-1673658001205.png

I just want 1 to show up on mobile and heres my store link: https://onlymanagers.myshopify.com/

Accepted Solution (1)
Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

@media screen and (max-width: 989px){
.logo-header-second{display:none !important;}
}

Put this at the bottom of base.css

banned

View solution in original post

Replies 4 (4)

Simonsron
Shopify Partner
699 87 122

remove the second logo

Simonsron_0-1673665650935.png

 

banned
JeffRandal1238
Excursionist
48 1 2

Yes I know that but I want 2 on pc but only one on phone. Is there a way I can remove it only on mobile?

Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

@media screen and (max-width: 989px){
.logo-header-second{display:none !important;}
}

Put this at the bottom of base.css

banned
JeffRandal1238
Excursionist
48 1 2

Thanks for the help!