Base solution for your next web application
Open Closed

CSS Overwriting Issue #8930


User avatar
0
optixdev created

I am removing some css classes from few css files such as "metronic\themes\theme8\css\style.bundle.min.css" to fit my design requirements.

But when I publish the code or restart my computer the 'removed css class' are appering again, all the design changes I made are rollback to the default theme and I am loosing all custom design changes which I did.

How can I solve this issue?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You must modify style.bundle.css because style.bundle.min.css is a minified version of it. So, when you build styles agian, it will be overwritten.

  • User Avatar
    0
    optixdev created

    Thank you.