- This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Post and Page Title Font Size
Hi,
I know this is a daft questions, but how do I change the size of the title on pages and posts.
e.g. I’d like to make ‘Portrait Photography Workshop” smaller on this post http://www.36exp.co.uk/portrait-photography-workshop/
and
‘About us’ smaller on this page http://www.36exp.co.uk/photography-training-london/
Many thanks
Andrew
Take a look around line 1085 in your css and change the size like this –
.entry-title {
font-size: 28px;
font-weight: 400;
line-height: 1.3;
padding: 0 20px;
}
You’ll see some code that looks like this – font-size: 2.25rem;
…..you can remove that if you would rather just use the px instead.
The above suggestion should work for both titles on each of those pages.