[Resolved] Version 2.1.2 Premium Woo bug

Home Forums Support [Resolved] Version 2.1.2 Premium Woo bug

Home Forums Support Version 2.1.2 Premium Woo bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2333177
    Paul

    in – gp-premium/woocommerce/functions/css/woocommerce.css
    also – gp-premium/woocommerce/functions/css/woocommerce.min.css

    did not look in the mobile files though..

    This line needs to be removed.

    div.woocommerce-message a.button,
    div.woocommerce-message a.button:hover,
    div.woocommerce-message a.button:focus,
    div.woocommerce-info a.button,
    div.woocommerce-info a.button:hover,
    div.woocommerce-info a.button:focus,
    div.woocommerce-error a.button,
    div.woocommerce-error a.button:hover,
    div.woocommerce-error a.button:focus {
    	background: transparent;
    	padding: 0;
    }

    so that the buttons appear as other woocommerce buttons..

    please and thanks..

    I have commented these lines out for now.

    #2333317
    David
    Staff
    Customer Support

    Hi there,

    thats legacy CSS, GPs woo styling always had Links inside Woo Notices, not buttons. We can’t simply change that as it would affect a lot of sites that are happy with that design.

    I will make a note for it to be reviewed.

    In the meantime if you want o have them look as buttons you would need to use CSS to add those styles.

    #2333319
    Paul

    all good.. i just simply commented them out👍

    #2333709
    David
    Staff
    Customer Support

    Thanks for the feedback!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.