JaydenCruzL Posted July 10, 2020 Share Posted July 10, 2020 Site URL: https://justmeatsdeli.com/ Is it possible to remove the logo only on my homepage for mobile? Site: https://justmeatsdeli.com/ Password: hey Link to comment
tuanphan Posted July 10, 2020 Share Posted July 10, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .homepage .header-title-logo img { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SouthernSunEvents Posted July 22, 2021 Share Posted July 22, 2021 On 7/10/2020 at 9:10 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .homepage .header-title-logo img { display: none; } } Trying to do this too without any luck. http://www.southernsunevents.com PW: sse2020 Link to comment
tuanphan Posted July 23, 2021 Share Posted July 23, 2021 14 hours ago, SouthernSunEvents said: Trying to do this too without any luck. http://www.southernsunevents.com PW: sse2020 Add to Design > Custom CSS /* remove mobile homepage logo */ body.homepage .Mobile-bar-branding-logo { visibility: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SouthernSunEvents Posted July 23, 2021 Share Posted July 23, 2021 3 hours ago, tuanphan said: Add to Design > Custom CSS /* remove mobile homepage logo */ body.homepage .Mobile-bar-branding-logo { visibility: hidden; } Works perfect, thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.