Home Forums WoodMart support forum how can I change the blue button text?

how can I change the blue button text?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #640534

    bandikxbusiness
    Participant

    how can I change the blue button text? (its in the checkout form)

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

    Hung Pham
    Participant

    Hi bandikxbusiness,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    button#place_order {
        color: #fff;
        background-color: #000;
    }

    Regards,

    #640760

    bandikxbusiness
    Participant

    I still didn’t understand how could it make me change the text of the button.

    #641133

    Hung Pham
    Participant

    Hi bandikxbusiness,

    Thanks for your patience and sorry for misunderstanding.

    + In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article

    https://xtemos.com/docs-topic/theme-translation/
    https://xtemos.com/docs-topic/how-to-make-woodmart-multilingual-with-wpml/

    + You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.

    + Some strings related to Wishlist / Compare / Login & Register page, you can change in Theme Settings > Shop or Theme Settings > My account https://prnt.sc/W8Tt95stG3YC

    Best Regards,

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