Lilly
August 18, 2023, 4:53am
2
oh that’s cool. i like that and may use it on my forum. i have semi transparent headers but i like that glass effect. nicely done!
does the component have any settings?
edit: i see now it doesn’t. i love the shadowed icons!
No settings, but requests and PRs are most welcome!!!
Ah the shadowed header icons… here’s all of the CSS…
.d-header {
background: rgb(147, 147, 147, 0.39) !important;
-webkit-backdrop-filter: blur(10px) !important;
-moz-backdrop-filter: blur(10px) !important;
backdrop-filter: blur(10px) !important;
box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5) !important;
color: rgb(255 255 255) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.d-header-icons .d-icon,
.header-sidebar-toggle button .d-icon {
color: rgb(255 255 255) !important;
fill: rgb(255 255 255) !important;
filter: drop-shadow(1px 4px 2px rgba(0, 0, 0, 0.4)) !important;
}
3 Likes
Lilly
August 18, 2023, 4:57am
4
i love this visual effect. curious about colored glass look.
i wanna make a stained glass effect now
1 Like
Lilly
August 18, 2023, 5:01am
5
i’ve already forked the code lol
1 Like
Lilly
August 18, 2023, 5:02am
7
nice! thanks for the linky
1 Like
Lilly
August 18, 2023, 5:04am
9
oh. my. god.
now you’ve inspired me to start building a new theme for my forum.
4 Likes
@Lilly I can hardly wait to see your creation! You Go Girl!!!
1 Like
Lilly
August 18, 2023, 10:19am
11
meh, theme design isn’t really my forte. i can make them , but i prefer the creativity of components and functional type solutions, especially for others who define a need.
3 Likes
Site Architecture, Navigation, UI / UX – it’s all functional art created to help people connect in the most satisfying ways.
5 Likes
Lilly
September 21, 2023, 3:18am
13
Zoinks! forgot to post a link - I added color and transparency settings for kicks
4 Likes
Zoinks! Thank you @Lilly ! I’ve added your color and transparency settings, and also a setting for the drop shadow on the header icons.
3 Likes
Monikas
(JustMonika)
October 23, 2024, 2:55am
15
I think it still looks good with shadows hopefully I can get a switch for it
1 Like
Hello @Monikas thank you for the feedback but could you please elaborate on what exactly you’d ideally like in the settings?
2 Likes
Ah, yes. I have now added a setting for the shadow on the bottom edge of the header.
1 Like