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; } meganheath and NadineS 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
chrissysilvawebdesign Posted October 14 Share Posted October 14 (edited) Hey @Ludlow, I cannot for the life of me get that to work on my site. Please help? chrissysilva.com/blog Edited October 14 by chrissysilvawebdesign Link to comment
Web_Solutions Posted October 14 Share Posted October 14 14 minutes ago, chrissysilvawebdesign said: Hey @Ludlow, I cannot for the life of me get that to work on my site. Please help? chrissysilva.com/blog Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .blog-basic-grid .blog-title { display: none !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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