Tagged: x
-
AuthorPosts
-
March 24, 2016 at 4:28 pm #851594
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.
thanksMarch 24, 2016 at 6:47 pm #851728Hi 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!
March 25, 2016 at 8:53 am #852410This reply has been marked as private.March 25, 2016 at 1:29 pm #852683Hi 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.
March 26, 2016 at 8:24 am #853401hi,
i set what you said but unfortunately there is no effect at all.
need more help.
thanksMarch 26, 2016 at 9:52 am #853432Hi There,
Please add the following CSS instead:
.woocommerce-page.woocommerce-checkout .checkout .payment_methods label img { display: inline-block !important; }
Hope it helps ๐
March 28, 2016 at 1:05 pm #855414yes ! it helped.
thanksMarch 28, 2016 at 5:58 pm #855744Youโrey most welcome! ๐
-
AuthorPosts