DAJHOOD Posted August 7, 2021 Share Posted August 7, 2021 (edited) Site URL: https://www.newnative.design/welcome-3-1-1 Hello, is it possible to add custom CSS to remove navigation links from the header bar (desktop & mobile) on a single page, in this case the landing page? I have two buttons for visitors to navigate from said landing page so I wish to remove the nav links to avoid confusion. I have side question too, I'm struggling to find a solution for reducing the space between the two buttons I previously mentioned, is there a custom CSS solution to this by any chance? I would be grateful for any assistance, I've tried a number of coding suggestions and nothing has worked so far! Thank you! P.S the template is Ventura Screen grab below. Edited August 7, 2021 by DAJHOOD Link to comment
christyprice Posted August 8, 2021 Share Posted August 8, 2021 (edited) Hi! To remove the navigation, try adding this code to Custom CSS: #collection-6101719ed566032d03b5a826 .header-nav-list { display: none; } For the buttons, a no-code solution may be to edit the button on the left to align right? If you've already done that, you can add some code to reduce the margin. Edited August 8, 2021 by christyprice DAJHOOD 1 christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
christyprice Posted August 8, 2021 Share Posted August 8, 2021 Here's CSS that will help reduce the button margin: #block-1b06ecd7ce0946d0c99f { margin-right: -30px; } tuanphan and DAJHOOD 2 christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
DAJHOOD Posted August 8, 2021 Author Share Posted August 8, 2021 Amazing! That all worked, for both the Navigation and the button spacing, thank you so much! I'm very grateful for you help! 🙏 14 hours ago, christyprice said: Here's CSS that will help reduce the button margin: #block-1b06ecd7ce0946d0c99f { margin-right: -30px; } christyprice 1 Link to comment
DAJHOOD Posted August 8, 2021 Author Share Posted August 8, 2021 14 hours ago, christyprice said: Here's CSS that will help reduce the button margin: #block-1b06ecd7ce0946d0c99f { margin-right: -30px; } The button spacing code seems to go a bit funky in the mobile view, is there a way to edit this by any chance so it works in both views? Thank you Link to comment
christyprice Posted August 9, 2021 Share Posted August 9, 2021 @DAJHOOD, yes you can absolutely do that by adding a media query. This post walks you through how to do that: https://christyprice.com/blog/custom-code-screen-size-squarespace tuanphan 1 christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 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