• Hello

    In the cart page, the “proceed to checkout” button doesn’t appear clearly in IE8. It looks like this -> http://snag.gy/baGhI.jpg (white foreground on a white background), whereas in normal browsers, it appears clearly like this -> http://snag.gy/qKW38.jpg (white foreground on purple background).

    Is there a css style code I can enter to change the background/foreground for IE8? Or maybe change it to one that works for both?
    or is there any other way to fix this? I realize that IE8 is going obsolete, but we still have a lot of customers that use it.

    my website is: http://www.mol-innov.com/
    I’m using wordpress with responsive free theme (from cyberchimps) with woocommerce.

    Thanks.

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter molinnov

    (@molinnov)

    I believe that this is the part of the styling code that accounts for the button, right?

    .woocommerce #content input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt{background:#ad74a2;background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));background:-webkit-linear-gradient(#ad74a2,#96588a);background:-moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);background:-moz-gradient(center top,#ad74a2 0,#96588a 100%);

    is there anything I can edit there to make it appear clearly?

Viewing 1 replies (of 1 total)
  • The topic ‘checkout button not appearing in IE8 – woocommerce styling issue?’ is closed to new replies.