Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Carrie Dils

    (@cdils)

    Hey there,

    Yeah, the plugin is working correctly as you noticed. The issue is that the CSS in WooCommerce has greater specificity than what you have in your stylesheet.

    For the button, your CSS selector is .button and WooCommerce’s is .woocommerce a.button.

    Just make your selector more specific than Woo’s. For instance, try:

    .content a.button

    Cheers,
    Carrie

    Thread Starter Anwar

    (@hiviz-anwar)

    Hey Carrie,

    Awesome. It worked! Thanks!

    Pretty strange though that it worked on the original version without installing your plugin or being more specific within the CSS :/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Works on one website, doesn't on cloned website’ is closed to new replies.