friendsfirst Posted September 10, 2021 Posted September 10, 2021 Site URL: https://friendsfirstphoto.com/offers/free-family-session I have 3 blogs on my website and one of them doesn't need the author profile. I noticed there's a class for that with a display switch. Can someone help me figure out how to place this code on the blog instead of using the switch which is site-wide?! .tweak-blog-item-show-author-profile.tweak-blog-item-text-alignment-left .blog-item-wrapper .blog-item-author-profile-wrapper { align-items: start; display: none; }
creedon Posted September 11, 2021 Posted September 11, 2021 Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. <style> .tweak-blog-item-show-author-profile .blog-item-wrapper .blog-item-author-profile-wrapper { display : none; } </style> This is for a v7.1 site. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.