NadineS Posted February 3, 2022 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
meganheath Posted February 3, 2022 Posted February 3, 2022 Hi @NadineC Add this to the Custom CSS. .blog-masonry .blog-title { display: none; } NadineS and tuanphan 1 1
NadineS Posted February 7, 2022 Author Posted February 7, 2022 My Hero!!! Thank you so much!!!! You're a life saver. tuanphan and meganheath 2
hilaryb Posted February 20, 2022 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!
tuanphan Posted February 23, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LUDLOW Posted June 21, 2022 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
chrissysilvawebdesign Posted October 14, 2023 Posted October 14, 2023 (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, 2023 by chrissysilvawebdesign
Web_Solutions Posted October 14, 2023 Posted October 14, 2023 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment