change size of page header text
-
I put a sample page in the “page you need help with” but it’s a general site-wide question. Is it possible to increase the size of the page title text (“hypnotherapy” on the example). I’ve tried adding css to change the size of h1 but it doesn’t carry through to the page titles. Can anyone suggest a simple css to add?
Edited to add – found it elsewhere. For anyone else with the same question, the css is here, change 26 to whatever size you want.
.page-title, .entry-title {
font-size: 26px;
}The page I need help with: [log in to see the link]
- The topic ‘change size of page header text’ is closed to new replies.