By Geoff ashton on Wednesday, 11 January 2017
Posted in Technical Issues
Likes 0
Views 249
Votes 0
Hi.

The default text size and font in the built-in composer is looking tiny on my website.

I realise I can change this manually every time I write a post, but it would be great if I could change the default to verdana and the size to 16 so I don't need to continually do this for each post.

Is this possible?

Many thanks.

Geoff
Hi Geoff,

Regarding your inquiry above, unfortunately we do not have the settings to change the default font style and size in easyblog composer currently.
·
Thursday, 12 January 2017 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
OK thanks I understand.

Just before I close this thread then, is there a quick method to change the font and size for the entire text in a post, rather than having to click on each individual block of text?

Many thanks.

Geoff
·
Thursday, 12 January 2017 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied some css code into your template to show font-size : 16px on Easyblog page.

JoomlaFolder/templates/ashtutors_home_responsive/css/template.css


div#fd.eb .eb-post-body span,
div#fd.eb .eb-post-body p{
font-size: 16px !important;
}

div#fd.eb .eb-entry-body span,
div#fd.eb .eb-entry-body p{
font-size: 16px !important;
}



But this only affected the blog content which display on your frontpage, but not all the content will refer above css code is because those blog content already have their own font format and font size which stored in database.
·
Thursday, 12 January 2017 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex. I don't quite understand what this will do.

I've made a test post in drafts, but the text still defaults to 12px.

How will the CSS code help?

Many thanks.
·
Thursday, 12 January 2017 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
I think i misunderstand in earlier, which mean that you only want to configure that font-size by default at 16px from the composer page?

If yes, unfortunately we do not have a quickly way to achieve it in current system.

What my css fix is affect those font size content from your Easyblog frontend page and entry page.

By the way, I already removed above css code from this file JoomlaFolder/templates/ashtutors_home_responsive/css/template.css since you referring the default font size from the composer.
·
Thursday, 12 January 2017 17:16
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Arlex - thanks for trying.

So that brings me back to one of my follow-up questions.

If there is no method of changing the default font and font size from the composer page, is there a method of manually changing it, that is quicker than selecting each text box separately and then selecting the text within each text box, and then making the changes?

Thanks.

Geoff
·
Thursday, 12 January 2017 19:23
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome Geoff

Yes, currently we do not have any quickly way to achieve this.
·
Friday, 13 January 2017 01:06
·
0 Likes
·
0 Votes
·
0 Comments
·
OK I understand. Thanks for your help this - I'll stick with the slower method!

Geoff
·
Friday, 13 January 2017 03:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, thanks for understand.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 13 January 2017 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post