XenForo Editing not saving custom css classes?

H

Hawx

Guest
Hi Guys

Wondering if anyone has a fix to this issue? When we edit app_user_banners.less to include custom CSS title banners, upon saving it will update the code fine, however immediately after it is reverting the form back to the default code automatically.

We are adding in the following CSS:

Code:

Code:
&.userBanner--Raspberry { .m-userBannerVariation(white, #EE2b5b); }
&.userBanner--Emerald { .m-userBannerVariation(white, #2ECC71); }
&.userBanner--Blue { .m-userBannerVariation(white, #0008e3)...

Read more

Continue reading...