Drewfus Posted Saturday at 10:51 AM Posted Saturday at 10:51 AM @Jimi Wikman Any new videos on customizing V5? Feneroin and Sayed Amer 1 1
Ehren Posted Sunday at 01:24 AM Posted Sunday at 01:24 AM On 10/24/2024 at 1:26 AM, Cedric V said: Ehren, do you have a css code to make the individual color bars on forums have a glow effect? 😇😃 By default, the bar is just a border which can't be blurred. But you can replace it with a pseudo element and add a box-shadow to it like so: /* Glowing category bar */ .ipsCategoryWithFeed__item{ border-top-width: 0; } .ipsCategoryWithFeed__item::before{ content: ''; grid-column: 1/-1; height: 6px; background: var(--i-featured, var(--i-background_6)); box-shadow: var(--i-featured, var(--i-background_6)) 0px 0px 20px; } Maxxius, abobader, SC36DC and 2 others 5
Cedric V Posted Sunday at 06:50 AM Posted Sunday at 06:50 AM 5 hours ago, Ehren said: By default, the bar is just a border which can't be blurred. But you can replace it with a pseudo element and add a box-shadow to it like so: /* Glowing category bar */ .ipsCategoryWithFeed__item{ border-top-width: 0; } .ipsCategoryWithFeed__item::before{ content: ''; grid-column: 1/-1; height: 6px; background: var(--i-featured, var(--i-background_6)); box-shadow: var(--i-featured, var(--i-background_6)) 0px 0px 20px; } Thanks 🙏 I’ll give that a shot when I’m back from vacation. 🙂 Ehren 1
Jimi Wikman Posted Sunday at 09:25 AM Author Posted Sunday at 09:25 AM 22 hours ago, Drewfus said: @Jimi Wikman Any new videos on customizing V5? Not yet 🙂 Anything in particular you want to see?
Sinistra Sensei Posted Tuesday at 04:11 AM Posted Tuesday at 04:11 AM I figured I would make a Halloween Theme for my community what do ya think? Joel R and Jimi Wikman 2
Cedric V Posted Tuesday at 08:42 PM Posted Tuesday at 08:42 PM On 10/27/2024 at 2:24 AM, Ehren said: By default, the bar is just a border which can't be blurred. But you can replace it with a pseudo element and add a box-shadow to it like so: /* Glowing category bar */ .ipsCategoryWithFeed__item{ border-top-width: 0; } .ipsCategoryWithFeed__item::before{ content: ''; grid-column: 1/-1; height: 6px; background: var(--i-featured, var(--i-background_6)); box-shadow: var(--i-featured, var(--i-background_6)) 0px 0px 20px; } This is so cool, matches the rest of our glowing vibe now. :D - Thanks again! Jimi Wikman, Mike G., Ehren and 2 others 5
Recommended Posts