CRE Posted June 1, 2021 Share Posted June 1, 2021 Site URL: https://www.benedictmitterbauer.com/home-english Hello, I have a two line site title. I tried to enable pointer events for the english version of the website because I don't want the link back to the german start page. It works perfect for the "site-title" on google chrome and also on safari. But for the "site-title:after" it works only on google chrome but doesn't work on safari. I tried this codes: a#site-title, a#site-title:after {pointer-events: none; cursor:none} and also .header-title-text a, a#site-title:after {pointer-events: none; cursor:none} I don't know why it works perfect on google chrome but not on safari. Any suggestions? Thanks! Link to comment
tuanphan Posted June 1, 2021 Share Posted June 1, 2021 I think if you add for #site-title, it will work for both #site-title + pseudo (#site-title:after) a#site-title { pointer-events: 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
CRE Posted June 3, 2021 Author Share Posted June 3, 2021 Thank you Tuan for your answer. I've tried it only with #site-title, but it doesn't work for #site-title:after. The Code I use works for Chrome but not for Safari and I don't know why... Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 Use this .header-title-text { pointer-events: 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