trixiefilms Posted March 10, 2023 Share Posted March 10, 2023 I am looking for a way to remove those square date tags that sit in the top right corner of a Events thumbnail. They almost completely cover smaller thumbnails. Does anyone have a code that can blow them away? Thanks! Link to comment
tuanphan Posted March 12, 2023 Share Posted March 12, 2023 Hi, Can you share link to event page? We can help easier 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!) Link to comment
trixiefilms Posted March 14, 2023 Author Share Posted March 14, 2023 Here is the event list: https://myselfishlife.com/upcoming-events-s I display it as a summary block here - the date boxes almost cover my thumbnails: https://myselfishlife.com/upcoming-events Thanks! Link to comment
tossup Posted March 15, 2023 Share Posted March 15, 2023 @trixiefilms there should be a setting to hide the date-tag on the blog post. If not you could hide with custom css .eventlist-datetag { display: none; } tuanphan 1 Link to comment
trixiefilms Posted March 15, 2023 Author Share Posted March 15, 2023 @tossup It's not for blog posts, it's for events (but I imagine they are similar formats). I searched for that setting and could not find anything in the website's back end or in the Help pages. If someone knows where the setting is, please let me know. In the meantime, I'll try the CSS. Thanks! Link to comment
trixiefilms Posted March 15, 2023 Author Share Posted March 15, 2023 3 hours ago, tossup said: @trixiefilms there should be a setting to hide the date-tag on the blog post. If not you could hide with custom css .eventlist-datetag { display: none; } @tossup I'm not a heavy CSS user. Where exactly am I dropping in this code and is it complete as shown above? Link to comment
Solution tuanphan Posted March 18, 2023 Solution Share Posted March 18, 2023 On 3/15/2023 at 11:48 PM, trixiefilms said: @tossup I'm not a heavy CSS user. Where exactly am I dropping in this code and is it complete as shown above? Add to Design > Custom CSS /* remove summary date cover thumbnail */ .summary-thumbnail-event-date { display: none !important; } trixiefilms 1 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!) Link to comment
trixiefilms Posted March 19, 2023 Author Share Posted March 19, 2023 Thank you @tuanphan! Worked perfectly! Link to comment
andersT Posted July 6, 2023 Share Posted July 6, 2023 I have the same problem on Adirondack, I need to remove all date info om all pages. Tried all the css injected code suggested here, without luck. Anyone know how to do this? anders Link to comment
tuanphan Posted July 7, 2023 Share Posted July 7, 2023 18 hours ago, andersT said: I have the same problem on Adirondack, I need to remove all date info om all pages. Tried all the css injected code suggested here, without luck. Anyone know how to do this? anders With Adirondack template, use this new code h2.date-author { display: none !important; } Tested on https://adirondack-demo.squarespace.com/blog-adirondack/2016/2/16/way-out-there 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!) 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