Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Can’t Edit Woocommerce Css vis Plug In Or Theme css Files Reply To: Can’t Edit Woocommerce Css vis Plug In Or Theme css Files

#144261
will_wallace85
Participant

Two things to try:

1. There is a setting in woodcomerce to enable woocommerce css, try disabling that and loading the css manually on the woocommerce template pages or throw it into the main style.css of the site if you’re not concerned about performance.

2. Try pre-pending your class calls with #content to make sure you have precedence. It’s basically the same as throwing !important everywhere, but is much friendlier.