ShinaShayesteh Posted April 5, 2022 Posted April 5, 2022 Site URL: https://www.strongtowns.org/local-motive-past-tours Trying to get rid of the dates on the event thumbnails for this one specific page (we need them on other pages, so I can't alter the Custom CSS). This is the code I'm injecting into the header, but it's not working. <style> .eventlist-datetag { display: none; } </style> Does anyone have a solution? I'll note that this page is one in an index of pages, if that makes any difference.
Solution Jia Posted April 5, 2022 Solution Posted April 5, 2022 4 hours ago, ShinaShayesteh said: Site URL: https://www.strongtowns.org/local-motive-past-tours Trying to get rid of the dates on the event thumbnails for this one specific page (we need them on other pages, so I can't alter the Custom CSS). This is the code I'm injecting into the header, but it's not working. <style> .eventlist-datetag { display: none; } </style> Does anyone have a solution? I'll note that this page is one in an index of pages, if that makes any difference. Hi, you can target an individual page with css. Add this to custom css (Design > Custom CSS) and let me know how it goes 🙂 #collection-5fe984c448c30047e65797ba { .summary-thumbnail-event-date { display: none !important; } } ShinaShayesteh 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
ShinaShayesteh Posted April 6, 2022 Author Posted April 6, 2022 Thanks, Jia, this is so helpful! I ended up needing to get the collection id for the index that this page was in, but once I found that, this worked! 👍 Jia 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment