Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851594

    SaShah
    Participant

    Hi,
    i need the credit card size logo slightly bigger than that, i successfully adjust the size of paypal logo but cannot find how to change the CC logo size.
    i have attached the image that position of the CC logo is perfect (underneath the CC radio button )but ONLY they should be inline and size slightly bigger. so need help please.
    thanks

    #851728

    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #852410

    SaShah
    Participant
    This reply has been marked as private.
    #852683

    Nico
    Moderator

    Hi There,

    Add this in your child theme style.css

    .woocommerce-checkout .checkout .payment_methods.wc_payment_method payment_method_yith-stripe label img{
    width: 100px !important
    }

    Adjust the px to achieve the size you want.

    The image is located file path belw. If you want to adjust the image.

    wp-content/plugins/woocommerce/assets/images/icons/credit-cards/

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #853401

    SaShah
    Participant

    hi,
    i set what you said but unfortunately there is no effect at all.
    need more help.
    thanks

    #853432

    Thai
    Moderator

    Hi There,

    Please add the following CSS instead:

    .woocommerce-page.woocommerce-checkout .checkout .payment_methods label img {
        display: inline-block !important;
    }

    View post on imgur.com

    Hope it helps ๐Ÿ™‚

    #855414

    SaShah
    Participant

    yes ! it helped.
    thanks

    #855744

    John Ezra
    Member

    Youโ€™rey most welcome! ๐Ÿ™‚