Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #661070

    Hello! I would be happy if you guys could help me. I have tried to google everything so far. These are the problems i couldnt find.

    1.When going My Account the regstration border is too small. Check pic : http://prntscr.com/bphnbz

    2.Remove paypal check out button from cart. See here : http://prntscr.com/bpk64o

    3.Remove paypal description http://prntscr.com/bpkmmv

    4.Edit proceed to checkout button color and font bold http://prntscr.com/bpu3eg

    5.Remove Add Coupon at checkout. See here : http://prntscr.com/bt0eql

    • This topic was modified 8 years, 4 months ago by webcloud_ou.
    #661686

    Hello! I still have not found a solution. Any simple codes i can add to quick css :)?

    Thank you!

    #662328

    Hi,

    Thank you for using Enfold.

    1.) Please add the css code provided here: https://kriesi.at/support/topic/woocommerce-my-account-layout/#post-242524

    2.) For the paypal button, use this:

    #woo_pp_ec_button {
        display: none;
    }

    3.) And this:

    .wc_payment_method.payment_method_ppec_paypal {
        display: none;
    }

    4.) And this one for the button:

    .wc-proceed-to-checkout a {
        font-weight: bold;
        color: red !important;
        background: blue !important;
    }

    5.) Remove the coupon field with this:

    td.actions .coupon {
        display: none;
    }

    If possible, please create a separate thread for each inquiry. Thank you.

    And this short article might help: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016

    Best regards,
    Ismael

    #663427

    1. This lost the whole paypal checkout option. But i would only like to loose the description http://prntscr.com/bpkmmv

    .wc_payment_method.payment_method_ppec_paypal {
        display: none;
    }
    

    2. This code lost coupon box from the cart but not the coupon text from the checkout. I would only like to hide the coupon text at the checkout.
    http://prnt.sc/bt0eql

    td.actions .coupon {
        display: none;
    }
    

    Thank you!

    • This reply was modified 8 years, 4 months ago by webcloud_ou.
    #664617

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Please send us precise links showing the elements on your screenshots.

    Best regards,
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.