Saghar Posted January 3, 2020 Share Posted January 3, 2020 Hi! I'm very new with Squarespace and I have found it quite easier to work with 7.1 version. I have a personal blog, I have built a home page, and the blog separately. I would really like to use to a different (or at least a different logo) on the blog page and each blog post. Is there a possibility of doing it with CSS? I'm not code-savvy at all, so I'd appreciate anyone's help. Link to comment
tuanphan Posted January 4, 2020 Share Posted January 4, 2020 With Logo, you can use custom CSS or jQuery/JavaScript to change logo With Navigation, you can put all items to Main Navigation, then use CSS to hide homepage items on Blog page/post, and hide blog items on Homepage If you can share link to homepage and blog page/post, we can take a look. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Saghar Posted January 4, 2020 Author Share Posted January 4, 2020 Thanks so much for the answer! The new site isn't up yet, I'm working on it and I'll have to transfer the domain, so I guess I can't share the link? Could you give me the CSS that you would use for this? I think only changing the logo image for the blog and posts would be great. Thank you very much for the help Link to comment
tuanphan Posted January 4, 2020 Share Posted January 4, 2020 (edited) See my signature to know share url. If you can't share url, difficult to give exactly code, and you won't even get an answer To change Logo, i always use this code <script> $(".scrollNav img").attr("src", "https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg") </script> Edited January 4, 2020 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Saghar Posted January 9, 2020 Author Share Posted January 9, 2020 Thank you very much! I just sent you an email with the website and the password 🙂 Link to comment
tuanphan Posted January 9, 2020 Share Posted January 9, 2020 Sent answer to you. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lydialsp Posted January 10, 2021 Share Posted January 10, 2021 I've managed to remove the logo from the home page site header on desktop using the code below. However, it's still showing on mobile. How can I remove it from both, please? } .homepage .header-title-logo { display: none!important; } Link to comment
tuanphan Posted January 12, 2021 Share Posted January 12, 2021 On 1/11/2021 at 3:42 AM, LYDIAPALESCHI said: I've managed to remove the logo from the home page site header on desktop using the code below. However, it's still showing on mobile. How can I remove it from both, please? } .homepage .header-title-logo { display: none!important; } Can you share site url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted April 10, 2021 Share Posted April 10, 2021 On 4/1/2021 at 12:57 AM, lydialsp said: stozzys.com/read-stories Use this new code /* remove homepage logo */ .homepage .header-title-logo, homepage .header-mobile-logo img { display: none!important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sanderino Posted November 6, 2021 Share Posted November 6, 2021 Hi! I miss what would be an easy function that would be to choose wheather a header is visible or not on a specific page. The reason for this if because im doing a landingpage google-ad-based and i dont want the header to appear in the landingpage. Maybe i missed something that already is doable? Link to comment
creedon Posted November 6, 2021 Share Posted November 6, 2021 @sanderino If you are using v7.1, SS removed the cover page which are in v7.0. What you want to do is doable with custom CSS. There have been several posts covering how to do what you want. Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
StudioAlPonte Posted November 17, 2021 Share Posted November 17, 2021 I'm having the same issue and don't know enough of CSS to modify it for my page. here's the "landing page" that I would like not have a header (or a footer) studioalponte.com/welcome Appreciate anyone able to help! Link to comment
tuanphan Posted November 17, 2021 Share Posted November 17, 2021 3 hours ago, StudioAlPonte said: I'm having the same issue and don't know enough of CSS to modify it for my page. here's the "landing page" that I would like not have a header (or a footer) studioalponte.com/welcome Appreciate anyone able to help! It looks like you figured it out? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
84372193095432-13 Posted June 22, 2022 Share Posted June 22, 2022 Hi, I'd like to have a custom navigation for one of the pages on my site. And i'd also like to make it a sticky header just on that page. Is that possible? It seems like you said there was a way to show/hide navigation items on certain pages? Link to comment
tuanphan Posted June 23, 2022 Share Posted June 23, 2022 14 hours ago, 84372193095432-13 said: Hi, I'd like to have a custom navigation for one of the pages on my site. And i'd also like to make it a sticky header just on that page. Is that possible? It seems like you said there was a way to show/hide navigation items on certain pages? Can you share link to a page & desired custom navigation layout? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
84372193095432-13 Posted June 23, 2022 Share Posted June 23, 2022 15 hours ago, tuanphan said: Can you share link to a page & desired custom navigation layout? We can check easier Hi, I figured out how to show/ hide nav items on specific pages and add a sticky nav bar for just one page from other threads in this forum that you helped out with. Thanks! 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