How can I do this? I've tried changing "font-size" from "83%" to "100% !important" for "body" in style-zero.css, but this is only affecting some text in a block positioned in the banner region. The main content and sidebars still have tiny text.

Comments

Anonymous’s picture

That is beacuse those sections hav unique styles attached to them .. probably classes. You should use firebug for firefox and find those classes and then change them in your sub theme.

Abilnet’s picture

Version: 6.x-2.3 » 6.x-2.5

I just love ZeroPoint theme, thanks so much for your hard work, appreciated! ...maybe I'm missing something obvious , but it seems that when upgrading to version 2.5 the font size has gone (too) small?

It can be possible, that I'm totally wrong... but if this is the case please consider this as a polite feature request, I mean to have a setting where at least font size of the theme is selectable by users.

Thanks again for the great theme!

Anonymous’s picture

That is a very good idea! and if you have time by all mean please contribute back. in the mean time check out this module..

http://drupal.org/project/text_resize

This is a really cool module and find that when users have the control of the text resize they are more likely to browse for longer ( this reseach was done by a small group in a controlled setting so it might not be accurate - although we did setup a quick link to facebook with no instructions to not click that link. Fun day :)

florian’s picture

Fist of all, you can change font, text size, text line height and color by adding those lines in custom-file.css and modify them accordingly:

body {
  font-family: sans-serif, Arial, Verdana, Helvetica;
  font-size: 83%;
  line-height: 125%;
  color: #535353;
}

I think I will ad a new setting to allow text resize in the next release. BTW, why don't you use version 1.12 instead of 2.5?

Abilnet’s picture

Thanks bukem for the tip to text resize -module, and thanks Florian for the tip customizing custom-file.css

...BTW, why don't you use version 1.12 instead of 2.5?...

Good point... but actually I don't know... maybe I just thought that versions 2.X in general are more advanced than 1.X (never compared them though)

Thanks again for the help and great theme!

florian’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)