hipe1070 Posted March 14, 2022 Share Posted March 14, 2022 Site URL: https://www.josephbinderaward.com Hello, I'd like the site logo to be hidden at the homepage of the desktop version, but still show it on mobiles. I've already found how to hide the logo on the homepage with this code: .homepage .header-title-logo { visibility: hidden; } But using this, it's hidden on mobiles too. My goal is to show it on mobiles and only hide it on the homepage of the desktop version. I am happy and thankful for any help! Link to comment
tuanphan Posted March 15, 2022 Share Posted March 15, 2022 Logo, you mean the text on left of site? 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
hipe1070 Posted March 22, 2022 Author Share Posted March 22, 2022 Yes, the "JBA22" logo. Link to comment
tuanphan Posted March 24, 2022 Share Posted March 24, 2022 On 3/23/2022 at 5:20 AM, hipe1070 said: Yes, the "JBA22" logo. Edit this code .homepage .header-title-logo { visibility: hidden; } to this code @media screen and (min-width:768px) { .homepage .header-title-logo { visibility: hidden; } } 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