XF / News Editing not saving custom css classes?

Status
Not open for further replies.

Bots

Registered
Joined
May 3, 2024
Messages
3,845
Reaction score
1
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...
 
Status
Not open for further replies.
Top