Woocommerce and BBpress CSS Bloat

Posted in: Newspaper
Post count: 31

URL: http://www.virtualfestivals.com/

Hi,

I’ve tried everything I can think of to get rid of the woocommerce and bbpress CSS in this age but for the life of me, I can not. In addition, why is it inline and not in a specific file? Please could someone help me.

style-woocommrce.css is blank, I’ve removed the lines from main.less as per http://screencast.com/t/t3rtWciT0TZe but it is still showing. I downloaded the theme and I can’t find that code anywhere but it still appears

Many thanks

Post count: 9544

In older version there used to be a “require once” in the main style.css and/or main functions file inside the booster folder in theme. No idea where that is now.

In an earlier version I was able to simply remove the require once statements to just not load that stuff at all.

Sadly, I have not had a chance to revisit that on latest version.

TagDiv back on Monday.

Post count: 6535

Hi

The less files are used only for development purpose and the changes made there don’t applies on the site. Also a part of the css for woocommerce is in style-woocommerce.css I’ve noticed that you’re some minify tool for css, which load all css from main css file of the theme, style.css, on the page instead of loading the file itself. The style.css contains a huge part of woocommerce style, that’s why that code appear on the page. If you want to remove a particular part of css code you need to edit the style.css file and delete that part manually.
Hope this help.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.