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
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
Hi Rikard,
thank you, here is he Login.
Best regards, Jürgen
Hi Jürgen,
Thanks for the that. The login details seem to not be working though, please check and verify.
Best regards,
Rikard
ups, sorry. here is the correct.
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
Hi Rikard,
so sorry! I give you a Lockin as a Client, so you can see the issue.
Many thanks
Beste regards Jürgen
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
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
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
H, Rikard,
it works, thank you very much.
Best regards,
Jürgen
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon