• Resolved lawren5

    (@lawren5)


    When hovering over the “Add to Cart” button, the text disappears. I’m using the recommended code for the button:
    [wp_cart_button name=”Test Product” price=”29.95″]

    ref: Windows 11, problem occurs on the three browsers tested: Chrome, Firefox and Safari.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. It looks like there might be a conflict somewhere in your site. Please carry out the following troubleshooting steps.

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    Let me know how you go.

    Kind regards.

    Plugin Contributor Ruhul

    (@tips-and-tricks-hq)

    It appears your current theme or a custom CSS rule is overriding the button text color on hover, causing it to blend into the background.

    To fix this, add the following CSS snippet to your site. This forces the “Add to Cart” text to remain white (or any color of your choice) when hovered:

    .wspsc_add_cart_submit:hover{
    color: white !important;
    }

    Thread Starter lawren5

    (@lawren5)

    The website uses the Responsive theme. When I switched to the Twenty Twenty Five theme, the “Add to Cart” text remained visible when hovering over the button. Also, the CSS snippet provided by Ruhul was effective in changing the text color. The snippet did not work when changing back to the Responsive theme.

    Thanks to mbrsolution and Ruhul for their help in resolving this issue.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am happy to know we were able to help you resolve your issue. Enjoy the plugin 🙂

    Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.