Digital Jedi
Well-known member
Anyone know what might prevent a custom .less template from loading? I created a custom one the other day for a different style that worked just fine. But this one just isn't loading at all after looking for it in the Inspector. I'm actually a little bit new to using .less, but I thought the fundamentals were the same. I'm clearly missing something I didn't miss with the other style.
Less:
/* Header Accents */
.block-header {
box-shadow: 10px 0px @xf-neutralColor1, 20px 0px @xf-accentColor3;
width: 90%;
border-radius: 0 !important;
}