houseof_bad Posted March 17 Share Posted March 17 hey I'm pretty useless at code and i'm trying to move a footer to only appear at the bottom of every product page and nowhere else, having no luck at this. this is what i have been using so far footer.sections section:nth-child(3) { display: none !important; } then in code injection <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('footer.sections section:nth-child(3)').insertAfter('section.ProductItem-additional'); }); </script> <style> section.ProductItem-additional+section { display: block !important; } Im currently using a mega menu in the footer already, not sure if this is making a difference. any help would be great thanks. connor Link to comment
creedon Posted March 17 Share Posted March 17 Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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