Okay
  Public Ticket #1200515
More Detail Button Huge
Closed

Comments

  • rchipp started the conversation

    When I upgraded to woocommerce 3.0 everything went haywire. I upgraded salient as well and now the former "add to cart button" More detail button is HUGE compared to the Email Us button. I've scoured the internet looking for solutions and I'm at a loss. Please help me.

  •  8,470
    Tahir replied

    Hey Rchipp,


    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
        padding: 5px 10px!important;
    }

    Thanks


    ThemeNectar Support Team