ShinaShayesteh Posted April 5, 2022 Share 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. Link to comment
Solution Jia Posted April 5, 2022 Solution Share 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 www.sevenstars.studiowww.instagram.com/sevenstars.studio Link to comment
ShinaShayesteh Posted April 6, 2022 Author Share 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 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