• Fulvio

    (@fulvioauriuso)


    Hello
    the “Preview” button visible in the product listing has a gray background color.
    Is it possible to change the background color of the button?
    Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @fulvioauriuso

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosq-btn {
        color: #ffffff;
        background-color: #93b786;
        cursor: pointer;
    }
    
    .woosq-btn:hover {
        color: #93b786 !important;
        background-color: rgba(0, 0, 0, .05);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change button background color’ is closed to new replies.