Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1310108

    Hello,
    I would like to only adjust the headline size on a certain page, as far as I know it is the h2. It is a page automatically generated by woocommerce under: My Account / Orders / Order Details. How can I adjust the font size for this page only, or can you give me a CSS code?
    Thank you very much
    Greetings Jürgen

    #1310339

    Hi Jürgen,

    It looks like we need to be logged in to be able to view the URL you linked to, please post temporary WordPress login details in private.

    Best regards,
    Rikard

    #1310399

    Hi Rikard,
    thank you, here is he Login.

    Best regards, Jürgen

    #1310549

    Hi Jürgen,

    Thanks for the that. The login details seem to not be working though, please check and verify.

    Best regards,
    Rikard

    #1310706

    ups, sorry. here is the correct.

    #1310811

    Hi,

    Thanks for the update. The login details are working now, but I can’t view the order:

    Ungültige Bestellung. Mein Konto

    Could you give us instructions on how to place and order, and where to go to see the header which you would like to adjust please?

    Best regards,
    Rikard

    #1310861

    Hi Rikard,
    so sorry! I give you a Lockin as a Client, so you can see the issue.

    Many thanks

    Beste regards Jürgen

    #1311028

    Hi Jürgen,

    Thanks for that. I can see 3 h2 element on that page. Please try this CSS to change the size of them:

    .page-id-19 h2.woocommerce-order-details__title, .page-id-19 h2.woocommerce-column__title {
      font-size: 18px !important;
    }

    Best regards,
    Rikard

    #1311101

    Hi Rikard,
    that works, thank you!
    but one of the headers „Sendungen“ is not yet the right size I think it comes from the “Germanized” plugin.
    Can you help me?

    Best regards
    Jürgen

    #1311387

    Hi,

    Thanks for the update. Please try this CSS instead:

    .page-id-19 h2.woocommerce-order-details__title, .page-id-19 h2.woocommerce-column__title, .page-id-19 h2.woocommerce-shipments-list__title {
      font-size: 18px !important;
    }

    Best regards,
    Rikard

    #1311438

    H, Rikard,
    it works, thank you very much.
    Best regards,
    Jürgen

    #1311712

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘woocommerce My Account h2 Font size’ is closed to new replies.