Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woocommerce.css overrides WooThemes CSS #9

Closed
byronrode opened this issue Sep 20, 2011 · 0 comments · Fixed by #27492
Closed

woocommerce.css overrides WooThemes CSS #9

byronrode opened this issue Sep 20, 2011 · 0 comments · Fixed by #27492
Assignees

Comments

@byronrode
Copy link

I know that WooCommerce is an out of the box plugin, and that it has no dependency on any of the WooThemes but if the WooCommerce front-end styles are enabled, the css overrides the standard button css (using Canvas).

The following removes the button image that is defined by Canvas, and other WooThemes.

woocommerce.css:49 a.button, button.button, input.button, #review_form #submit {color: white;background: #ff9c07;...}

Using background-color instead of background prevents it overriding any of the WooThemes CSS.

@ghost ghost assigned jameskoster Sep 20, 2011
mikejolley added a commit that referenced this issue Jun 1, 2015
mikejolley added a commit that referenced this issue Jun 1, 2015
@Purkis Purkis mentioned this issue Jul 2, 2016
@Bels12345 Bels12345 mentioned this issue May 29, 2024
5 tasks
@rccess rccess mentioned this issue Jun 1, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants