Hi there,
We hope to add some Glass semi transparent look.
but can not locate the right css element to work with, enclosed is the image illustration, and below is some code tried to use. Could you pls help me out on the adjustment? thank you and will get one more copy this Friday.
simple Sample look reference site: https://www.afalcon-luxe.com/
/* Frosted Glass Effect for Savoy Theme Header */
#nm-header {
/* 1. Semi-transparent white background */
/* Adjust the ‘0.5’ value (alpha channel) for more or less transparency. */
background-color: rgba(255, 255, 255, 0.5) !important;
/* 2. The Frosted Glass Blur Effect */
/* Adjust the ‘8px’ value for a stronger or weaker blur. */
-webkit-backdrop-filter: blur(8px); /* For Safari compatibility */
backdrop-filter: blur(8px);
/* 3. Optional: Add a subtle white border for a more defined glass look */
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
Attachments:
You must be
logged in to view attached files.