Jeff123456 Posted May 24, 2021 Share Posted May 24, 2021 Site URL: https://www.comms8.com/wechat-marketing In the summary block, I want to disable some of the image link functions while keeping the rest working. I searched online and I know the following code will disable all the link function across the entire website: .summary-title-link { pointer-events: none !important; } .summary-thumbnail-container { pointer-events: none !important; } But I want to know is it possible to disable a certain image's link function. Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 On 5/24/2021 at 9:15 PM, Jeff123456 said: Site URL: https://www.comms8.com/wechat-marketing In the summary block, I want to disable some of the image link functions while keeping the rest working. I searched online and I know the following code will disable all the link function across the entire website: .summary-title-link { pointer-events: none !important; } .summary-thumbnail-container { pointer-events: none !important; } But I want to know is it possible to disable a certain image's link function. Add to Design > Custom CSS /* Disable summary click */ div#block-7f45c26e5531ca8f551f a { 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