I’d also like to change the page title font size to 24px however the lowest size in theme options is 30px, Ive tried adding custom css but it always defaults to 30px, can you tell me what I’m missing?
Many thanks
hi Lisa Simone,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title {
font-size: 24px;
}
Do not select the font size of Page Title. Leave it to default 32px