How to change this green colour
-
Hello,
1. How to change green colour? (photo atached)
2. How to change teh second “or” for “OR” and change colour for black, now is grey?(photo atached)
Regards
Mario
Attachments:
You must be
logged in to view attached files.
Hello,
1. Please add this CSS code to the Theme Settings > Custom CSS > Global, change the color as per your needs:
.woocommerce-thankyou-order-received {
border: 2px dashed red;
color: red;
}
2. Loco > Themes > Woodmart http://prntscr.com/lkv067
Best Regards
Do there is any option to remove this two “or” (image1).
Because:
first this are two differnets fonts,
second one is lowercase and second capital letter
third one colour is black and second is grey
So i need completly delet this booth or or create two capitall letter with tis some font andt his same colour.
Hello,
Provide all your site access. Your site is protected.
Best Regards
Printscreen above,
Attachments:
You must be
logged in to view attached files.
Hello,
In the Cart sliding widget, no problem detected https://gyazo.com/ee8fd3a2b10ee5fd226d3b011b8fb898 both in the desktop and mobile.
On the cart page, I see on “or” http://prntscr.com/md81kg
When I delete it you will get the results like this http://prntscr.com/md82g1
Here is the code:
body .wcppec-checkout-buttons__separator{
display:none;
}
You can also add this code to make a gap http://prntscr.com/md83xz
body .paypal-button {
margin-top: 24px;
}
Best Regards