Home>Support>How to disable style.min.css?

How to disable style.min.css?

I am trying to edit the theme using a child theme.

I am trying to edit the ins for my display of a button for woocommerce.

Everytime I create a ins within my custom css it is still over written by style.min.css.

I need to disable the minification of the style sheet so I can make edits.

How is this done? I have tried these and they are still over-ridden:

.album ins {
background: transparent;
}
ins, mark {
background: transparent;
text-decoration: none;
}

I tried to comment out these in the functions.php but then the site goes down.

define( ‘SITEORIGIN_THEME_JS_PREFIX’, ‘.min’ );
define( ‘SITEORIGIN_THEME_CSS_PREFIX’, ‘.min’ );

I’m not getting paid and I’ve been trying to use this for my child theme.

I’ve been getting updates for WordPress, WooCommerce and North which I will be turning off since I have to keep redoing all my work, over and over and over.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More