Woocommerce css not being applied to Woocommerce pages
up vote -1 down vote favorite I have created my own custom theme, and installed the Woocommerce plugin. All the pages are showing up correctly, but their css is not. In the developer tools, none of the elements seeem to have the css applied to them, as they are only displaying the default margin and padding. My website is not online yet, but here is the link to my github account https://github.com/naderae/elbe-collections. I have no clue where the issue could lie... any guidance as to where to look would be very helpful. css wordpress woocommerce share | improve this question asked Nov 10 at 18:53 Nader 13 7 Check if the body has the class "woocommerce". If it has the class, then try removed the same class you have applied to the wrapper div of "woocommerce_content()" tag in page "woocommerce.php". – zipkundan Nov 11 at 20:14 add a comment | up vote -1 down vote favorite I have cre