TimBowman Posted July 21, 2021 Posted July 21, 2021 Heya! I am trying to find a way to remove the author/date for a team members page that I have used the blog format for, however I would like to keep the author/date on our main blog/journal. Is there a way to specifically target a certain blog with some CSS? Been doing some digging to try find a solution however have not been successful. Any help would be appreciated!
tuanphan Posted July 22, 2021 Posted July 22, 2021 15 hours ago, TimBowman said: Heya! I am trying to find a way to remove the author/date for a team members page that I have used the blog format for, however I would like to keep the author/date on our main blog/journal. Is there a way to specifically target a certain blog with some CSS? Been doing some digging to try find a solution however have not been successful. Any help would be appreciated! Hi. This is possible. Can you share link to team members page? 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!)
TimBowman Posted July 22, 2021 Author Posted July 22, 2021 Hi @tuanphan You have been helping me on another thread, link below for the site: https://marlin-gecko-mcny.squarespace.com password: 123456789! Under the culture page, below "Our Creatives".
paul2009 Posted July 22, 2021 Posted July 22, 2021 On 7/21/2021 at 11:14 AM, TimBowman said: I am trying to find a way to remove the author/date for a team members page that I have used the blog format for Yes, you can do this by referring to this blog's unique 'Collection ID'. On Squarespace, every collection (Store, Gallery, Blog) has one. First you'll need to enable the date and author metadata because they are currently disabled on this site. When you've enabled them, you can add the following to Design > Custom CSS to disable them on the team members page only: .collection-60f00f36d833301a6b9aa751 .blog-item-wrapper .blog-item-author-date-wrapper { display: none; } As you'll see, this CSS makes reference to the unique reference for your blog on your site. To use this with another blog on a different site, you'll need to use a different collection ID. This guide explains how to do this. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
tuanphan Posted July 24, 2021 Posted July 24, 2021 On 7/22/2021 at 4:13 PM, TimBowman said: Hi @tuanphan You have been helping me on another thread, link below for the site: https://marlin-gecko-mcny.squarespace.com password: 123456789! Under the culture page, below "Our Creatives". I see the site has some problems. Do you want to fix these? Site URL – https://marlin-gecko-mcny.squarespace.com/?password=123456789! 1. (Desktop/Tablet – Homepage) Scroll bar at the bottom of page. https://marlin-gecko-mcny.squarespace.com/?password=123456789! 2. (Desktop – Creative strategy) Reduce space? https://marlin-gecko-mcny.squarespace.com/creative-strategy/?password=123456789! 3. (Mobile – Homepage) Make 2 text/row? https://marlin-gecko-mcny.squarespace.com/?password=123456789! 4. (Tablet – Homepage) Reduce space? https://marlin-gecko-mcny.squarespace.com/?password=123456789! 5. (Tablet – Contact) Align buttons? https://marlin-gecko-mcny.squarespace.com/contact-1/?password=123456789! 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!)
TimBowman Posted July 24, 2021 Author Posted July 24, 2021 Hi @tuanphan that would be great if you could help with the points listed above.
tuanphan Posted July 25, 2021 Posted July 25, 2021 14 hours ago, TimBowman said: Hi @tuanphan that would be great if you could help with the points listed above. Q1+2. Add to Design > Custom CSS html, body {overflow-x: hidden;} /* creative strage padidng */ @media screen and (min-width:992px) { [data-section-id="60f00f44d833301a6b9aa91d"] { min-height: unset !important; height: 100vh; } } 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!)
TimBowman Posted July 26, 2021 Author Posted July 26, 2021 Hi @tuanphan for some reason the community summary grid on the landing page is not centred, it seems to happen when viewing the page not on full screen, but when pushed smaller towards mobile size it centres as well as centres when full screen. Do you know what would be causing this by any chance?
tuanphan Posted July 27, 2021 Posted July 27, 2021 23 hours ago, TimBowman said: Hi @tuanphan for some reason the community summary grid on the landing page is not centred, it seems to happen when viewing the page not on full screen, but when pushed smaller towards mobile size it centres as well as centres when full screen. Do you know what would be causing this by any chance? Hi. Which landing page? Can you share link? 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!)
TimBowman Posted July 27, 2021 Author Posted July 27, 2021 https://marlin-gecko-mcny.squarespace.com password: 123456789! It would be the home page/landing page, it has a weird effect where it allows to scroll far right into a blank space, and seems as if the "community" summary block is causing it?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.