• Resolved Alex-cpc

    (@alex-cpc)


    Hi

    after update wordpress + woocommerce and other plug ins
    check out page paypal logo is broken and i dont see credit cards logos..

    before was like this (first big picture on this link)
    https://obdcarstore.com/payment-method/

    how can i recover old layout ?

    Thank you
    Alex

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Howdy ??

    I can’t see what you’re referring to as the payment method page won’t load

    Thread Starter Alex-cpc

    (@alex-cpc)

    Hello

    please add product to cart > mini cart click checkout
    you will see paypal broken logo …

    Tks
    Alex

    Plugin Support Tseten a11n

    (@tibetanitech)

    Hi Alex,

    I looked at your checkout page and noticed the big PayPal logo like this:

    https://d.pr/i/V1k9TC
    Link to image: https://d.pr/i/V1k9TC

    If you are referring to this, it looks like somewhere in your theme is overwriting the PayPal logo size in CSS.

    You should be able to resize the logo with this following custom CSS code:

    
    .payment_methods .payment_method_paypal img {
        width: 140px;
    }
    
    Thread Starter Alex-cpc

    (@alex-cpc)

    hello

    yes that my problem !
    i will try it latter thank you

    is there a way to go back to old design like this

    https://obdcarstore.com/wp-content/uploads/2020/12/check1.jpg

    Tks
    Alex

    Thread Starter Alex-cpc

    (@alex-cpc)

    .payment_methods .payment_method_paypal img {
    width: 140px;
    }

    this didnt work..

    Hi, @alex-cpc!

    Unfortunately, I’m not seeing any settings on the PayPal Checkout payment gateway to make it look like the old design.

    However, for making the logo smaller, can you try this code instead?

    
    .payment_methods .payment_method_paypal img {
    width: auto; !important
    }
    

    For reference, you can add it to WP Admin > Appearance > Customize under Additional CSS.

    Thread Starter Alex-cpc

    (@alex-cpc)

    Hello

    yes this code work
    but now logo is to small !

    Regards
    Alex

    Plugin Support RK a11n

    (@riaanknoetze)

    Hi Alex,

    The code above is just an example, you can change the width value to suit your needs, e.g. width: 200px !important

    Hope it helps ??

    Thread Starter Alex-cpc

    (@alex-cpc)

    Hello

    yes that works
    other problem is quality of paypal logo..
    anyway i will try fo find soluction to bring back old payapal logo style..

    thank you

    Regards
    Alex

    Plugin Support Tseten a11n

    (@tibetanitech)

    Hi Alex,

    I’m glad the CSS code works.

    anyway i will try fo find soluction to bring back old payapal logo style..

    Sure! By default, this plugin will not have the option to change the logo design unless you do it with custom coding.

    I’m going to mark this as resolved as we were able to solve the logo size problem – if you have any further questions, you can start a new thread.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Problems after update broken logo’ is closed to new replies.