Okay
  Public Ticket #278246
paypal express icon is compressed in size on cart page
Closed

Comments

  • william started the conversation

    When using paypal for woo commerce plugin on the salient theme, the paypal express checkout icon is compressed and not legible, is there a way to get rid of the restraints set for the image/button?

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .woocommerce table.cart .paypal_box_button img {
        width: auto !important;
        height: 43px !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • william replied

    Perfect! Thanks!