• Resolved kathryn3773

    (@kathryn3773)


    hi! I’m having trouble with the checkout button underneath my shopping cart. it isn’t showing the word “checkout”, there is only a blue button. on the back-end settings I have the checkout button text set as “Checkout”. I noticed that the name was set to checkout, but the value was not. when I set the value to Checkout the text appeared on the blue button. Unfortunately I have no idea how to set the value on the backend since the settings dont seem to be getting pushed through. any suggestions? I’m using the Edin theme and my other buttons show up correctly if that helps.

    https://www.kidsanddragons.com/products/

    https://www.ads-software.com/plugins/wp-ultra-simple-paypal-shopping-cart/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Castro Demaria

    (@mikecastrodemaria)

    Hi kathryn3773, you need to modify your theme CSS. I triyed to go to your website, but can’t reach it. I will try to give you a CSS fix, than you can use using the “add personalized css” option from the jetpack WP plugin, when your website will be available.

    Plugin Author Mike Castro Demaria

    (@mikecastrodemaria)

    Upadate your CSS like this :
    https://www.kidsanddragons.com/wp-content/themes/edin/style.css?ver=4.5.3

    button:hover, button:focus, button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
        /* outline: none; */
        /* background: #303030; */
        border-color: #303030;
        color: #fff;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkout text not showing up’ is closed to new replies.