By Sam on Saturday, 11 July 2015
Posted in Technical Issues
Replies 4
Likes 0
Views 640
Votes 0
When I enlarge font size once using the button, I get what I think should be the default post paragraph text size. Others have complained the initial setting is too small. Is there a way to set the larger size as the current, specifically for blog posts but not for, say, introtext displayed elsewhere? Thank you.
The initial font size will be dependent upon your site template. So for example if you're using Protostar, you would find the code dictating the font size here:

/templates/protostar/css/template.css

body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
background-color: #fff;
}


Bare in mind that depending on your template, changing the font size may affect more than just your blog. You may need to create a new CSS rule to compensate for this.
·
Sunday, 12 July 2015 05:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sam,

I am really sorry for the delay of this reply as it is a weekend for us here.

Do you mean you would like to adjust your blog entry page content font size?

If yes, you can apply this following css code in your JoomlaFolder/templates/jsn_megazine_pro/css/custom.css and see is it meet your expectation font size.

div#fd .eb-entry-article p {
font-size: 20px !important;
}


Hope this help.

Thanks for sharing David
·
Sunday, 12 July 2015 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you both. I applied above fix to custom.css with no luck. I wonder if it's because formatting from pasted text remains?

If so, that goes back to my original concern that many of my users will simply paste text from their blogs. I wish there was a way to strip HTML.
Sam
·
Tuesday, 14 July 2015 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
There's currently no way to strip tags when being pasted Will try to see if we can change this behavior on the next release.
·
Wednesday, 15 July 2015 01:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post