Skip to content

woocommerce.css overrides WooThemes CSS #9

@byronrode

Description

@byronrode

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions