Tagged: checkout button, paypal express checkout
-
AuthorPosts
-
July 14, 2016 at 11:59 pm #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.
July 16, 2016 at 11:11 pm #661686Hello! I still have not found a solution. Any simple codes i can add to quick css :)?
Thank you!
July 19, 2016 at 4:07 am #662328Hi,
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,
IsmaelJuly 21, 2016 at 3:30 pm #6634271. 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/bt0eqltd.actions .coupon { display: none; }
Thank you!
- This reply was modified 8 years, 4 months ago by webcloud_ou.
July 25, 2016 at 1:58 pm #664617Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.