Changing the matched CSS rules of an object
-
Howdy all
Is it possible to change the matched CSS rules of an object? For example, if you have a button with the matched CSS…
#primary input.submit-button
… that you want to be …
#secondary input.submit-button
… is it possible to make this change?
More specifically, how would I change the text input fields of WooCommerce to be matched to different CSS rules so that I can style them individually?
Check this out:
https://dylanridley.staff.thinkingfish.com/wp/?post_type=productIf you go to the checkout from there and inspect the text fields, you’ll see that they all have the same CSS rules, meaning that you can only change them all together as opposed to one at a time
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Changing the matched CSS rules of an object’ is closed to new replies.