Hi,
Re: iBlog Theme
I would like to increase the font size of the text in my Posts. The headers are mostly Ok although I find Header Size 1 to be too big - but my main concern is to increase the font size in the posts.
I can't see anything that looks likely in the style sheet.
Thanks
Case01
There are literally thousands of WordPress themes - which means that many people won't be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.
Hesham Zebida
Member
Posted 1 year ago #
@Case01, I can see there is a style for the body!
It's where you should look at if you want to change the size of text, it's set to size 12px, try to locate this style in your theme css file and increase the 12px
body {font-size: 12px;)
Howdy Hesham,
Thank you for taking the time out to find the place to look. I have been looking and as yet have not found it.
I have got as far as "Edit Themes Stylesheet (style.css)" and in it I cannot for the life of me see anything referring to font size {font-size: 12px;)
I see the list of templates down the right hand side of the page - there are a number of them - and I have checked out any that might seem relevant but no sign of anything that seems to refer to "body".
Stylesheet
(style.css) is at the bottom of the list but it does not have a reference to "body" contained within it.
Am I entirely in the wrong place or am I just not not seeing?
Yours in frustration,
Case01
@Case01
The file you need to edit is located at:
http://www.clearskyhealth.com/wp-content/themes/iblog/css/theme.css
You might have to go through FTP to modify this file, unless it happens to show up in your theme editor.
The first body edit there contains the font-size: 12px you are looking for. From what I see, that should be the only thing you need to change, nothing else appears to be modifying the size of the default font.
Good Luck