caroline4 Posted August 6, 2021 Share Posted August 6, 2021 Site URL: https://www.violetmalibu.com I have tried all three code options which hides the logo at the top of the splash page except for the mobile view. Note-the splash page is set as the home page. Any tips will be appreciated! I've pasted the code here: Page settings-Advanced, page header code injection #collection- 601bc2c13629333a236e34eb { header, footer { display: none !important; } } AND I've tried this: <style type="text/css"> .Header-inner, .Footer, .tweak-mobile-bar-top-fixed .Mobile-bar--top { display: none!important; } </style> AND I've tried this: <style> .sqs-announcement-bar { display : none; } <style> Link to comment
tuanphan Posted August 8, 2021 Share Posted August 8, 2021 On 8/6/2021 at 1:37 PM, caroline4 said: Site URL: https://www.violetmalibu.com I have tried all three code options which hides the logo at the top of the splash page except for the mobile view. Note-the splash page is set as the home page. Any tips will be appreciated! I've pasted the code here: Page settings-Advanced, page header code injection #collection- 601bc2c13629333a236e34eb { header, footer { display: none !important; } } AND I've tried this: <style type="text/css"> .Header-inner, .Footer, .tweak-mobile-bar-top-fixed .Mobile-bar--top { display: none!important; } </style> AND I've tried this: <style> .sqs-announcement-bar { display : none; } <style> Hi, Add to Design > Custom CSS body.homepage a.Mobile-bar-branding { visibility: hidden; } caroline4 1 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
caroline4 Posted August 11, 2021 Author Share Posted August 11, 2021 On 8/7/2021 at 11:50 PM, tuanphan said: Hi, Add to Design > Custom CSS body.homepage a.Mobile-bar-branding { visibility: hidden; } So simple! Beautiful! Many thanks:) 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