Description
Only use this if you don’t have Elementor Pro (affiliate link) and add it to the additional CSS option of your theme, but remember that additional CSS runs on your whole website. Recommended to get Elementor Pro(affiliate link) to keep the CSS organized and only run on that particular page.
CSS for heading glow –
.glowtext {
transition-duration: 1s;
}
.glowbox:hover .glowtext {
color: #cbf41c;
}
CSS for frosted glass effect –
.frostedglass {
backdrop-filter:blur(15px);
-webkit-backdrop-filter:blur(15px);
}
Reviews
There are no reviews yet.