Okay
  Public Ticket #3734470
Stripe checkout icons are large
Closed

Comments

  •  1
    isoarts started the conversation

    Dear Theme Nectar Team,

    On the checkout page of my shop the credit cards icons are very big. Do you have any solution?


    Thank you and best regards,

    Michael

    Attached files:  Screenshot 2024-09-29 at 10.46.51.png

  •  279
    Noah replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .woocommerce-checkout #payment ul.payment_methods li img {
        width: 25px !important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Regards,

  •  1
    isoarts replied

    Many thanks, works perfectly!