Is it hard to get the font size bigger on reviews?
I know the users can fix the size with bbcode, but its only 10 - 12 persons that write reviews.
And they had been asking about changing the font size without using bbcode.
I have been looking through every files for a long time now, and cant find where i can fix this.
Praying for help her?
Sorry about the nagging!
Thanks a million for any answer.
Regards
Lord_Iscariah
Please enter your server specs in your user profile! 😢
PhoenixOffline
Joined: Mar 18, 2004
Posts: 1543
Location: Netosphere
Nothing has changed - it is controlled by your theme.
What should control your font size is the setting for paragraph in style.css
If you're still using Hardwired, there is a significant error by the themer which means that the p setting is set twice, so even if you change the first one you see at the top of the file, it gets overridden further down.
I suggest you delete the first setting at the top of the css filefont, td, p {
font-family: Verdana,Helvetica;
font-size: 10px
}then alter the font size in the setting further down (about half way) to/* General font families for common tags */
font,th,td,p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):
Lord_IscariahOffline
Joined: Dec 09, 2007
Posts: 7
The default theme, as expected, is coded correctly - the font-size for paragraph is only defined once, at the top of style.css, and increasing it does successfully increase your font-size (sitewide).