Hello, how to add a property for Div Block, Style Attributw “pointer-events: none;” ?**
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hello, how to add a property for Div Block, Style Attributw “pointer-events: none;” ?**
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Welcome to the community @Dmytro_Kovtutskyi!
This would require custom CSS code (which can be included in an HTML Embed element, within the Page Settings, or in the Project Settings):
<style>
.YOUR-CLASS {
pointer-events: none;
}
</style>
Keep in mind that any custom CSS included in either the Page or Project Settings will only display on the front-end of the website—not in the Designer.
thanks
вт, 6 окт. 2020 г. в 22:28, Mike Yevin via Forum | Webflow <webflow1@discoursemail.com>: