cccruver37 Posted July 11, 2020 Share Posted July 11, 2020 Site URL: https://www.haveteewilltravel.com/store-2 Hello, I am trying to remove the navigation links on a product page or shopping page. I would like to do this on individual pages, not the entire site. I found some code that was supposed to do the trick, but didn't seem to work. This is the code I tried. <style> /* REMOVE TOP SECTIONS - Header, Mobile Header, Announcement Bar */ .Header, .Mobile-bar, .sqs-announcement-bar {display:none !important;} /* REMOVE BOTTOM SECTIONS - Footer */ .Footer {display:none !important;} </style> Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 Hi. Above link doesn't exist. Can you check url? 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!) Link to comment
cccruver37 Posted September 1, 2020 Author Share Posted September 1, 2020 I found what I was looking for. Sorry for not seeing this till just now. Thank you for the response. I simply adjusted my pages to "not listed" and found the setting to not display local navigation in the specific product page. Link to comment
RikkiG Posted January 20, 2022 Share Posted January 20, 2022 @tuanphanFigured I'd add to same thread, trying to do this also but it can be for all the product pages. My client's site is set to private but see attached screenshot. Want to remove the navigation at the top, as these are client specific invoices and they shouldn't see the rest of the store. Thank you. Link to comment
tuanphan Posted January 21, 2022 Share Posted January 21, 2022 6 hours ago, RikkiG said: @tuanphanFigured I'd add to same thread, trying to do this also but it can be for all the product pages. My client's site is set to private but see attached screenshot. Want to remove the navigation at the top, as these are client specific invoices and they shouldn't see the rest of the store. Thank you. You mean "Invoices > Editing.."? 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!) Link to comment
RikkiG Posted January 21, 2022 Share Posted January 21, 2022 2 hours ago, tuanphan said: You mean "Invoices > Editing.."? Yes Link to comment
tuanphan Posted January 22, 2022 Share Posted January 22, 2022 On 1/21/2022 at 11:28 AM, RikkiG said: Yes Can you share link to product? Url in first question doesn't exist 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!) Link to comment
RikkiG Posted January 24, 2022 Share Posted January 24, 2022 (edited) @tuanphanHere is the link: https://www.frencholistic.com/invoices/p/editing-clientx Think I figured it out: .ProductItem-nav-breadcrumb-link, .ProductItem-nav-breadcrumb-separator { display:none } Edited January 24, 2022 by RikkiG tuanphan 1 Link to comment
anastasiosmoiras Posted September 12, 2023 Share Posted September 12, 2023 Hi @RikkiG How did this work for you? I'm trying to do the same and make the small navigation within the product page disappear. Your help would be much appreciated Link to comment
tuanphan Posted September 14, 2023 Share Posted September 14, 2023 On 9/13/2023 at 3:18 AM, anastasiosmoiras said: Hi @RikkiG How did this work for you? I'm trying to do the same and make the small navigation within the product page disappear. Your help would be much appreciated Add this to Website > Website Tools > Custom CSS nav.ProductItem-nav { display: none; } (If you mean to remove this) RikkiG 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!) Link to comment
anastasiosmoiras Posted September 14, 2023 Share Posted September 14, 2023 @tuanphan Thank you so much! That worked. I'm also trying to hide the image from some or all product pages. I'm using the 'wrap' product section design which looks just fine without an image on desktop but on mobile it created a 'blank' space for the images and put the product title far down the page. Any idea how to fix it? Link to comment
tuanphan Posted September 15, 2023 Share Posted September 15, 2023 15 hours ago, anastasiosmoiras said: @tuanphan Thank you so much! That worked. I'm also trying to hide the image from some or all product pages. I'm using the 'wrap' product section design which looks just fine without an image on desktop but on mobile it created a 'blank' space for the images and put the product title far down the page. Any idea how to fix it? Can you share link to some products where you want to hide images? We can check 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!) Link to comment
anastasiosmoiras Posted September 19, 2023 Share Posted September 19, 2023 @tuanphan https://travel-boutique.com/explore/p/best-of-greece-28-may-2-june Password: dphworld If you look at the above link, the desktop without an image looks fine however mobile has a placeholder space on the top. Link to comment
tuanphan Posted September 21, 2023 Share Posted September 21, 2023 On 9/20/2023 at 2:46 AM, anastasiosmoiras said: @tuanphan https://travel-boutique.com/explore/p/best-of-greece-28-may-2-june Password: dphworld If you look at the above link, the desktop without an image looks fine however mobile has a placeholder space on the top. You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { figure.pdp-gallery { display: none !important; } } 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!) Link to comment
anastasiosmoiras Posted September 21, 2023 Share Posted September 21, 2023 This worked! Thank you. 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