andrewyoung0811 Posted September 20, 2020 Share Posted September 20, 2020 (edited) Site URL: https://www.capitalmatters.co.uk/posts Using the 7.0 Five Template. Want to change the look of the Blog List page using custom CSS so it looks more like the SquareSpace 7.1 page on another blog below: https://www.clancandle.co.uk/blog If that's not possible, would like to remove the line, comment, like and share elements and importantly, change the size of the thumbnail so I can see the entire image (it's currently cut to square). Any help appreciated. Edited September 20, 2020 by andrewyoung0811 Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 Add to Home > design > Custom CSS footer.article-meta { display: none; } .view-list .post img { width: 100% !important; height: auto !important; left: 0 !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
andrewyoung0811 Posted September 23, 2020 Author Share Posted September 23, 2020 On 9/21/2020 at 4:05 PM, tuanphan said: Add to Home > design > Custom CSS footer.article-meta { display: none; } .view-list .post img { width: 100% !important; height: auto !important; left: 0 !important; } Thanks tuanphan. It's definitely better! Only a few issues I can't work out. There's now quite a lot of white space between the posts and the image is a bit small compared to the text. I'd quite like a large image with the text next to it. But unsure how to do that without it possibly breaking on mobile/tablet view. Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 New code footer.article-meta { display: none; } .view-list .post img { width: 100% !important; height: auto !important; left: 0 !important; } .view-list article .excerpt-thumb .intrinsic { padding-bottom: 70%; } .view-list article .excerpt-thumb { margin-bottom: 0; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment