We recently made the switch from our old Wordpress e-commerce theme to Avada, and rebuilding everything in Fusion Builder was a breeze. Tweaking with custom CSS has been straightforward as well.
However, there is one issue that I just can't figure out.
There seems to be a WooCommerce element that is being styled somewhere:
.product .entry-summary div .price{}
No matter what I try, I can't seem to override it (even tried using
!important
), and I can't pinpoint where the original rule is coming from.
When inspecting it with browser tools, it appears that the rule is located in
"
.../wp-content/uploads/avada-styles/avada-1069.css
".Opening that CSS file reveals an entire section at the top stating:
"
/********* Compiled - Do not edit *********/
"
There are numerous "Avada-###.css" files in that directory,
all containing similar compiled rules.
My question is, where is this being compiled from?
Where can I find the source file to make the necessary edits?
NOTE:
I've reached out to theme-fusion support (the authors of the Avada theme) twice now without receiving any response.
It's been weeks, and I'm running out of options.