RunatitSHOUTING Posted July 7, 2020 Share Posted July 7, 2020 (edited) Site URL: https://runatitshouting.co.uk/new-events-page Please can anyone help me remove the thumbnail of the date. ("JUN 28 thumbnail" on the left hand side of my screenshot) I have another events page on my website where I would like to keep the thumbnail. Meaning I can't do it in CSS in the advanced settings. It has to be a cod injection for the specific page itself. Can anyone help me? Edited July 7, 2020 by RunatitSHOUTING Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 (edited) Add to Home > design > Custom CSS .eventlist-datetag { display: none; } Edited July 7, 2020 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RunatitSHOUTING Posted July 7, 2020 Author Share Posted July 7, 2020 6 minutes ago, tuanphan said: Add to Home > design > Custom CSS .eventlist-datetag { display: none; } Thank you mate but the only problem is that I have another Events page and I need the thumbnail for that. So is there anyway I can lose the thumbnail for the specific page? and not both my events pages thank you so much Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 4 hours ago, RunatitSHOUTING said: Thank you mate but the only problem is that I have another Events page and I need the thumbnail for that. So is there anyway I can lose the thumbnail for the specific page? and not both my events pages thank you so much Add to Page Settings > Advanced > Header <style> .eventlist-datetag { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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