Okay
  Public Ticket #496144
mobile add to cart button
Closed

Comments

  • julian started the conversation

    HI,

    How i make the text thiner on \"add to cart\" on mobile version ?

    thanks

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 690px ) {
        .woocommerce div.product form.cart .button span, .woocommerce-page div.product form.cart .button span {
            font-size: 14px !important;
        }
    }

    Thanks


    ThemeNectar Support Team