DragonflyCMS Projects > MReviews > Font size? > Community Forums > Phoenix Netology
Forum Index > Community > MReviews

Font size? Reply to topic


Hello,

How do i change the font size in reviews?
So it stays at that size when someone writes a review.

Thanks for all answers! 😉

Regards
Lord_Iscariah

Please enter your server specs in your user profile! 😢


The default setting depends on your site theme settings.

Users can vary it in reviews through bbcode, if you enabled bbcode in the admin config settings.

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Hi,

Thanks for the quick answer! Smile

I use the Hardwired theme.

Is it possible with a new font class in style.css? To get the font a little bit bigger.

Its not a big problem, but its just something i have been thinking about doing. Smile

Thanks!

Regards
Lord_Iscariah

Please enter your server specs in your user profile! 😢


A new class won't help you if you have enabled bbcode because the user can change it?

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Hi Phoenix.

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? Help

Sorry about the nagging!

Thanks a million for any answer.

Regards
Lord_Iscariah

Please enter your server specs in your user profile! 😢


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):


Thanks Phoenix!!

You are the master! 👏 👏

It changed the size some other places to, but i think that is ok.

Is it the same in the default theme?

I am working on a new theme, and i am using the default as a template.

Again thank you for the quick answers!

Regards
Lord_Iscariah

Please enter your server specs in your user profile! 😢


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).

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):

All times are Australia/Adelaide


Jump to: