Sung Posted May 20, 2015 Posted May 20, 2015 When you enter each gallery in Flatiron, there is title and share button on the left.Is there custom css to remove them? Thanks.
creativesqueeze1570047983 Posted May 20, 2015 Posted May 20, 2015 Hi, could you please provide a link to the page you're working on? If you want to remove the share button, insert this into your custom css: #navigator .squarespace-social-buttons .ss-social-button-wrapper { line-height: 18px; display: none; } For the title: #project .project-item>.meta h1 { font-size: 24px; font-family: "Helvetica Neue",Helvetica,sans-serif; font-weight: bold; letter-spacing: 0px; text-transform: none; font-family: "Ultra"; font-size: 49px; line-height: 1.2em; font-weight: normal; font-style: normal; color: #000; margin-top: 0; display: none; } I am a front-end developer/designer and run Creative Squeeze, a small Creative Agency in Orange County, CA with two friends. As a Squarespace Specialist, I like to help where I can help build on the growing body of support for Squarespace. Let me know if you have a question and I'll do what I can to help!
Trey_SQSP Posted September 27, 2016 Posted September 27, 2016 Try this in the CSS editor: .meta { display: none }
ruprecto Posted January 2, 2018 Posted January 2, 2018 Hello, thanks @TreyT and @ creativesqueeze for the help above, really appreciate it! After removing the title and share options I would love to increase my images. Is there any custom css to always make the image centered and almost fullscreen (maybe with a 100px white boarder on each side)? Thank you! Philipp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.