fromSitePoint Forums | Web Development & Design Community
1 week agoHelp with fine tuning a custom css code
I took up dave's piece of advice & decided to have a go at the css code (with (+) results). After watching some Youtube tutorials & reading your other markups, I made an attempt to apply the glassmorphism b/g on the 'Title section' of a listing page. Browser Inspect console screenshot ( showing the element on which the code is applied) CSS code snippet: .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-295fbbff { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(3px); border: 1px solid rgba(255, 255, 255, 0.1); }
Web design