backwaterflorida Posted March 23 Share Posted March 23 Hello - I'm trying to remove my site title, nav and footer from a couple of pages of an event we're having. I've tried adding code to the advanced custom code but it does not seem to like that. Site I'm trying to remove it from is https://www.backwaterflorida.com/tcb. Any help would be appreciated. Link to comment
Solution Jia Posted March 23 Solution Share Posted March 23 33 minutes ago, backwaterflorida said: Hello - I'm trying to remove my site title, nav and footer from a couple of pages of an event we're having. I've tried adding code to the advanced custom code but it does not seem to like that. Site I'm trying to remove it from is https://www.backwaterflorida.com/tcb. Any help would be appreciated. Hi, try adding this code to custom css: #collection-65e928f35217070e1ea8806e { header, footer { display:none!important; } } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
backwaterflorida Posted March 23 Author Share Posted March 23 Hm. Does not seem to work on this page. https://www.backwaterflorida.com/tcbpay/zumjblj7jg0ha0iigek3n88jmy5amk Link to comment
Jia Posted March 23 Share Posted March 23 6 minutes ago, backwaterflorida said: Hm. Does not seem to work on this page. https://www.backwaterflorida.com/tcbpay/zumjblj7jg0ha0iigek3n88jmy5amk On which pages are you trying to remove the header and footer? The code I provided was only applicable to the page you linked. backwaterflorida 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
backwaterflorida Posted March 23 Author Share Posted March 23 just those two pages is all. Link to comment
Jia Posted March 23 Share Posted March 23 2 minutes ago, backwaterflorida said: just those two pages is all. Alright, replace the code we added with this. Again, this is only applicable for those 2 pages. #collection-65e928f35217070e1ea8806e, #item-65f9ae28547e01097c19245a { header, footer { display:none!important; } } backwaterflorida 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
backwaterflorida Posted March 23 Author Share Posted March 23 I notice it only works for desktop viewing but not mobile. Any thoughts? Link to comment
Jia Posted March 23 Share Posted March 23 34 minutes ago, backwaterflorida said: I notice it only works for desktop viewing but not mobile. Any thoughts? Add this code: #collection-65e928f35217070e1ea8806e, #item-65f9ae28547e01097c19245a { .Mobile-bar.Mobile-bar--top { display: none; } } backwaterflorida 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio 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