Stefan_S Posted April 5, 2022 Posted April 5, 2022 Site URL: https://www.aphotois1000words.com/portfolio Hi, I need to hide the navigation bar, the header, and the footer on one page that is just a gallery. i only want to show the images. Could you provide me with the custom CSS injection needed for only that page? (I just upgraded to the business subscription to be able to do this) The page is https://www.aphotois1000words.com/portfolio I've made it "unlinked". thank you for your help. -Stefan
Jia Posted April 5, 2022 Posted April 5, 2022 37 minutes ago, Stefan_S said: Site URL: https://www.aphotois1000words.com/portfolio Hi, I need to hide the navigation bar, the header, and the footer on one page that is just a gallery. i only want to show the images. Could you provide me with the custom CSS injection needed for only that page? (I just upgraded to the business subscription to be able to do this) The page is https://www.aphotois1000words.com/portfolio I've made it "unlinked". thank you for your help. -Stefan Hi, add this code to custom CSS (Design > Custom CSS) and let me know how it goes 🙂 #collection-624cb26084482f5b50e35f8f { header#header { display:none; } } 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
Stefan_S Posted April 5, 2022 Author Posted April 5, 2022 (edited) It didn't work. This is what I see..... (see attached image). Is there any other code you recommend using? thanks. Edited April 6, 2022 by Stefan_S
Jia Posted April 6, 2022 Posted April 6, 2022 18 hours ago, Stefan_S said: It didn't work. This is what I see..... (see attached image). Is there any other code you recommend using? thanks. Let's try adding it in the page's header code injection instead (Page Settings > Advanced): <style> header#header { display:none; } </style> Let me know how it goes 🙂 Stefan_S 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
dawnallen0322 Posted April 7, 2022 Posted April 7, 2022 Jia your solution worked for me too! Thank you. I would love to take the arrow and "back to animal communication book set" off of my page too. Do you know how to do that?
tuanphan Posted April 10, 2022 Posted April 10, 2022 On 4/8/2022 at 12:39 AM, dawnallen0322 said: Jia your solution worked for me too! Thank you. I would love to take the arrow and "back to animal communication book set" off of my page too. Do you know how to do that? Can you share link to product in screenshot? We can help easier 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!)
dawnallen0322 Posted April 10, 2022 Posted April 10, 2022 https://dawnallen.net/set/special Thank you for taking a look!
tuanphan Posted April 11, 2022 Posted April 11, 2022 10 hours ago, dawnallen0322 said: https://dawnallen.net/set/special Thank you for taking a look! Edit Product > Add a Code Block in Additional Info > Paste this code <style> div#productNav { display: none !important; } </style> dawnallen0322 1 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!)
dawnallen0322 Posted April 11, 2022 Posted April 11, 2022 It worked you are amazing thank you! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment