Editing the Thank You / Checkout page. - by glenngtr

This topic has 6 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: glenngtr
    glenngtr
    Participant
    November 19, 2015 at 14:13

    I would like to edit the thank you/ checkout page after someone placed an order. I tried to change the headers which are now H2, but I am having difficulty locating all the various file. Is there one central css file where this is organised?

    I’ve managed to edit the beginning through style.css file, but I would like to change the other headers as well and don’t know where to find those elements

    http://i66.tinypic.com/34htimt.jpg

    Thanks for the help.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 19, 2015 at 16:06

    Hello,

    Do you want to change text itself or modify styles of the headings?

    Regards,
    Eva Kemp.

    Avatar: glenngtr
    glenngtr
    Participant
    November 19, 2015 at 17:05

    Both actually.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 19, 2015 at 17:59

    Hello,

    You can change text in your translation files, write the text you need instead of translation.
    To change styles use this css code:

    .woocommerce h3 {
      font-family: "Raleway";
      font-size: 18px;
      color: grey;
    }
    .woocommerce h2 {
      font-family: "Raleway";
      font-size: 18px;
      color: grey;
    }

    Write the values you need.

    Regards,
    Eva Kemp.

    Avatar: glenngtr
    glenngtr
    Participant
    November 19, 2015 at 18:09

    Thanks! I’ll give it a go!

    Avatar: Eva
    Eva Kemp
    Support staff
    November 19, 2015 at 18:17

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.