rlarsen3000 Posted September 30, 2020 Share Posted September 30, 2020 I've search the forums and successfully deleted the header logo on just my homepage using: .homepage .header-title-logo { display: none!important; } But when site goes to mobile I would like this logo to appear. How do I do this? I'm using the Utica template. Thanks! Link to comment
tuanphan Posted October 1, 2020 Share Posted October 1, 2020 Edit your code to @media screen and (min-width:768px) { .homepage .header-title-logo { display: none!important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment