This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to disable style.min.css?

8 years ago

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.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread