Home Forums WoodMart support forum How to change this green colour

How to change this green colour

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #90636

    Mario2020
    Participant

    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.
    #90652

    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

    #104366

    Mario2020
    Participant

    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.

    #104391

    Hello,

    Provide all your site access. Your site is protected.

    Best Regards

    #104439

    Mario2020
    Participant

    Acess

    #104440

    Mario2020
    Participant

    Printscreen above,

    Attachments:
    You must be logged in to view attached files.
    #104463

    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

Viewing 7 posts - 1 through 7 (of 7 total)