• Resolved heatheree

    (@heatheree)


    Good Morning,

    We’ve been utilizing the plugin since the inception of the site but during the last round of updates, the arrows that display inside of the boxes are not visible. The increment boxes still display and function. Please advise. It is sitewide, including the cart and product pages.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Niels Lange

    (@nielslange)

    Hello @heatheree ??

    Thanks for reaching out. I took a look at your site, and it appears that your current theme is overwriting the CSS styles of the plugin. I went ahead and created the following custom CSS code to correct that:

    .woocommerce .quantity .plus,
    .woocommerce-page .quantity .plus,
    .woocommerce #content .quantity .plus,
    .woocommerce-page #content .quantity .plus,
    .woocommerce .quantity .minus,
    .woocommerce-page .quantity .minus,
    .woocommerce #content .quantity .minus,
    .woocommerce-page #content .quantity .minus {
      height: 56px !important;
      width: 60px !important;
    }

    On https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/, you can find detailed instructions on how to add the custom CSS to your site.

    I’m marking this issue as resolved for now, but please don’t hesitate to reach out if you have any further questions.

    Thread Starter heatheree

    (@heatheree)

    Thank you so much for your support! We’ll get this fix implemented asap.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrows not displaying’ is closed to new replies.