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
add a comment |
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
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
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
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
css wordpress woocommerce
asked Nov 10 at 18:53
Nader
137
137
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 |
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
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
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 |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53242331%2fwoocommerce-css-not-being-applied-to-woocommerce-pages%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
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