SFSW Posted March 26, 2022 Posted March 26, 2022 Site URL: https://www.stannyfield.com/stannyfield-dispatch I would like to show the author profile on some blog posts but not others. Is there CSS that can target specific blogs to hide or show the profile?
Web_Solutions Posted March 27, 2022 Posted March 27, 2022 (edited) Flow the video #{ .blog-item-author-profile-wrapper, .blog-meta-item.blog-meta-item--author{ display: none !important; } } Video_2022-03-27_120213.mp4 Edited March 27, 2022 by Web_Solutions Ainul, SFSW, Kobir and 2 others 4 1 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.
SFSW Posted March 27, 2022 Author Posted March 27, 2022 7 hours ago, Web_Solutions said: Flow the video #{ .blog-item-author-profile-wrapper, .blog-meta-item.blog-meta-item--author{ display: none !important; } } Video_2022-03-27_120213.mp4 Thank you so much! I really appreciate your help, this worked perfectly.
Web_Solutions Posted March 27, 2022 Posted March 27, 2022 You're most welcome! Kobir, Unique_Website and Create_Job 3 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.
KarlaN Posted April 2, 2023 Posted April 2, 2023 Hi, my site features multiple blogs. I'd like to remove the author profiles from some, but retain in others. How would you go about that? Individually adding item IDs would take forever. Thanks
tuanphan Posted April 6, 2023 Posted April 6, 2023 On 4/3/2023 at 6:12 AM, KarlaN said: Hi, my site features multiple blogs. I'd like to remove the author profiles from some, but retain in others. How would you go about that? Individually adding item IDs would take forever. Thanks If you share link to page where you want to hide author profile, we can give a quick guide to do this 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!)
MadPierre Posted February 7 Posted February 7 On 4/6/2023 at 2:25 AM, tuanphan said: If you share link to page where you want to hide author profile, we can give a quick guide to do this I would love to see this guide because I have the same issue.
tuanphan Posted February 11 Posted February 11 On 2/7/2024 at 7:07 PM, MadPierre said: I would love to see this guide because I have the same issue. Edit blog post where you want to hide author profile > Add a Block > Choose Code > Paste this code <style> div.blog-item-author-profile-wrapper { display: none; } </style> 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment