Mikala Posted June 11, 2021 Share Posted June 11, 2021 Site URL: https://www.lucamusic.ch/termine Hi there I like to hide the tour date section of the page https://www.lucamusic.ch/termine [data-section-id="5f1ed1a60e1af3503cdc5254"] Unfortunately this section is the same as on the detail pages (for example https://www.lucamusic.ch/termine/srf-stadt-land-talent). I wanted to hide it but then it's also hidden on all the detail pages. Can somebody help me? Best, Michelle Link to comment
tuanphan Posted June 12, 2021 Share Posted June 12, 2021 17 hours ago, Mikala said: Site URL: https://www.lucamusic.ch/termine Hi there I like to hide the tour date section of the page https://www.lucamusic.ch/termine [data-section-id="5f1ed1a60e1af3503cdc5254"] Unfortunately this section is the same as on the detail pages (for example https://www.lucamusic.ch/termine/srf-stadt-land-talent). I wanted to hide it but then it's also hidden on all the detail pages. Can somebody help me? Best, Michelle Add to Design > custom CSS /* Termine - hide date */ div#page-section-5f7b7003141fc6165bd64ef5 .summary-metadata--primary { display: none; } 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
Mikala Posted June 17, 2021 Author Share Posted June 17, 2021 On 6/12/2021 at 9:07 AM, tuanphan said: Add to Design > custom CSS /* Termine - hide date */ div#page-section-5f7b7003141fc6165bd64ef5 .summary-metadata--primary { display: none; } Thank you! It doesn't work. The page-section is 5f1ed1a60e1af3503cdc5254 but doesn't work either. Do you have another idea? Link to comment
tuanphan Posted June 17, 2021 Share Posted June 17, 2021 3 hours ago, Mikala said: I see it works here. Screenshot: https://prnt.sc/15ozeqg Can you add the code? Then we can check again easier 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
Mikala Posted June 29, 2021 Author Share Posted June 29, 2021 On 6/17/2021 at 11:47 AM, tuanphan said: I see it works here. Screenshot: https://prnt.sc/15ozeqg Can you add the code? Then we can check again easier I added the code now. Can you see anything? I like to hide this section: Link to comment
tuanphan Posted July 1, 2021 Share Posted July 1, 2021 Add to Design > Custom CSS /* hide tour */ [data-section-id="5f1ed1a60e1af3503cdc5254"] { display: none; } 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
Mikala Posted July 4, 2021 Author Share Posted July 4, 2021 On 7/1/2021 at 9:55 AM, tuanphan said: Add to Design > Custom CSS /* hide tour */ [data-section-id="5f1ed1a60e1af3503cdc5254"] { display: none; } Thank you. The problem is that this code also applies to the event detail page: https://www.lucamusic.ch/termine/srf-stadt-land-talent So it looks like this: Is there any code that only applies to the event page https://www.lucamusic.ch/termine/? Link to comment
tuanphan Posted July 5, 2021 Share Posted July 5, 2021 18 hours ago, Mikala said: Thank you. The problem is that this code also applies to the event detail page: https://www.lucamusic.ch/termine/srf-stadt-land-talent So it looks like this: Is there any code that only applies to the event page https://www.lucamusic.ch/termine/? Try this new code /* hide tour */ .view-list [data-section-id="5f1ed1a60e1af3503cdc5254"] { display: none; } 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