NadineS Posted February 3, 2022 Share Posted February 3, 2022 Site URL: https://nadinecharleson.com/blog Question! How can I hide my blog titles on the summary page? I've hidden them on the individual pages themselves, but I'd like to just have the image cards be visible for people when browsing. https://nadinecharleson.com/blog PW: goteam Link to comment
meganheath Posted February 3, 2022 Share Posted February 3, 2022 Hi @NadineC Add this to the Custom CSS. .blog-masonry .blog-title { display: none; } NadineS and tuanphan 1 1 Link to comment
NadineS Posted February 7, 2022 Author Share Posted February 7, 2022 My Hero!!! Thank you so much!!!! You're a life saver. meganheath and tuanphan 2 Link to comment
hilaryb Posted February 20, 2022 Share Posted February 20, 2022 On 2/3/2022 at 1:12 AM, meganheath said: Hi @NadineC Add this to the Custom CSS. .blog-masonry .blog-title { display: none; } Hi @meganheath How would I do this on my site template, please? https://hilarybeckwith.com/blog Also, @NadineC or @meganheath can you please share how to hide blog title on each individual blog? Like Nadine, I would prefer to just have the image.. Thank you! Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 @hilaryb add to Design > Custom CSS h1.blog-title a { display: none; } NadineS and meganheath 2 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
LUDLOW Posted June 21, 2022 Share Posted June 21, 2022 Adding to this chain... I use the following code in 7.1 to hide the blog titles in the Basic Grid summary if you ever divert from the masonry format: .blog-basic-grid .blog-title { display: none; } NadineS 1 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