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:
Read more
Читать далее...
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:
Код:
&.userBanner--Raspberry { .m-userBannerVariation(white, #EE2b5b); }
&.userBanner--Emerald { .m-userBannerVariation(white, #2ECC71); }
&.userBanner--Blue { .m-userBannerVariation(white, #0008e3)...
Read more
Читать далее...