• Resolved andriibon

    (@andriibon)


    When viewing a single product page I can’t see the checkout button.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • That is because you buttons use the colour white, and white text on white background results in your problem.

    Try to find the stylesetting in the theme settings. Also your links on the productpage are white, so the category and tag links aren’t either “displaying” properly

    Saif

    (@babylon1999)

    Hello @andriibon,

    As mentioned the button is the same colour as the background so it can’t be seen.

    As a temporary fix, you can add the CSS snippet below but I highly recommend getting in touch with the theme author to solve the problem from its core.

    /*  Fix Single product page CSS  */
    
    .shopengine-quick-checkout-button:hover{
      color: black !important;
    }
    
    .shopengine-quick-checkout-button{
      background-color: black !important;
    }
    
    .shopengine-quick-checkout-button:hover{
      background-color: white !important;
    }

    Here’s a guide you can check on how to add custom CSS to a theme.

    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkout Button not displaying on product page’ is closed to new replies.