roc1285 Posted August 2, 2020 Share Posted August 2, 2020 Site URL: https://www.rogerrabbs.com/shop/fmvgnm8uh08cz6nm2cwxf2s9bc7b07 Hello everyone! I was hoping someone could help me with figuring out how to hide my newsletter block, social block and text box from the bottom of certain pages. I included a link to a specific page I would like to do this to. The template I'm using is Jasper. Thanks! Link to comment
boredathome Posted August 3, 2020 Share Posted August 3, 2020 Hi roc1285. It looks like the parts you are wanting to hide are within the 'footer' section. You can hide that entire section by adding custom CSS code. To add CSS code: In the Home Menu, click Design, and then click Custom CSS. Try adding the following: #collection-footer-5a1373b59140b75d01fa7b67 { display: none; } Make sure the section is hidden after you add that code, then click Save. If it doesn't hide what you want, don't save the custom CSS code. You can use the same code to hide content in other pages, however the '#collection-footer-XXXXXXXX' value will be different for each page, so you will have to find what the value is. To find the id of the HTML code on your page, i used Google Chrome web browser and did the following: Right click on 'Stay Hip!'. Select 'Inspect'. Scrolled up through the code until i saw an id beginning with 'collection-footer'. That is the HTML id of the parent section which included the parts you want to hide (see my screenshot below how this section highlights all the things we want to hide in blue). Hope that helps. Cheers. Link to comment
tuanphan Posted August 3, 2020 Share Posted August 3, 2020 You can use above code, or edit products > Add Code Block > Paste this code <style> /* remove footer social copyright text */ div#collection-footer-5a1373b59140b75d01fa7b67 { display: none; } </style> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.