Home Forums WoodMart support forum Change color on order confirmation page

Change color on order confirmation page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #244178

    BertranddesmetsWM
    Participant

    Hi,

    How can I change the color of this box (see screenshot) on the order confirmation page?

    Thanks for the support!
    regards,
    Bertrand

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-thankyou-order-received {
    color: red;
    }

    Regards.
    Xtemos Studios.

    #244247

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the quick reply. It works perfectly for the text but what about the box?
    Thanks again!

    Best regards,
    Bertrand

    #244465

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS to change the border color of the box you mentioned.

    .woocommerce-thankyou-order-received {
    border: 2px dashed red;
    }

    Then clear cache and check back.

    Best Regards.

    #244542

    BertranddesmetsWM
    Participant

    Hi,

    This one dit not work. Any other suggestion?
    Thank you very much for your patience.

    Kind regards,

    #244605

    Hello,

    Please remove the previous CSS and try adding the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-thankyou-order-received {
    	background-color: orange;
    }

    If you are trying to ask anything else then provide a relevant screenshot of the specific area in which you want to change the color to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #244773

    BertranddesmetsWM
    Participant

    Hi,

    Not quite yet but almost there šŸ™‚
    Screenshots for clarification.

    Kind regards,

    #244861

    Hello,

    You are trying to change the color of the border. Please try adding the following Custom CSS in the Global Custom CSS area.

    .woocommerce-thankyou-order-received {
    border: 2px dashed red;
    }

    You can set the color according to your needs.

    If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #245025

    BertranddesmetsWM
    Participant

    Brilliant, thanks!

    #245032

    Most Welcome!!!.

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change color on order confirmation page’ is closed to new replies.