Change Title Font Size for only 2 Pages "about us" and "contact"

Page Title Font Size (H1) for only 2 pages on my site need to be changed. 2 pages, website/pages/about and website/pages/contact-us

Can you reference the specific page.handle and assign a custom H1 or Title Size?

add the code to the base.css?

I’ve seen some replies on here that appear to show something similar.

If so, can you help with the code?

or am I on the wrong track?

Hello @deakon :waving_hand:

You should create a custom page template and assign it for the 2 pages you mentioned. A relevant tutorial here https://www.youtube.com/watch?v=hALrZAQP6Tc

Hope that helps!

Nobody knows on this?

this worked

.page-title {
font-size: 35px;
}