I am trying to reduce the size of my site's name. I have the "Fonts" extension enabled in the theme configuration. Then I open the "Fonts" settings, I expand the "Titles" section under it and choose a smaller size for the "Site name". This has no effect whatsoever on the site name title.

Some other observations:
1) If I change the font FACE for my site name, that works - I can see the font face changed. Only the size option does not work.
2) Setting a different font size works only if I change it for the default font. But that changes the base font size for the entire site and that does not work for me.

Comments

Jeff Burnz’s picture

Sounds like a bug, probably some left over CSS from the upgrade to 3.x, will fix and repair.

kirilius’s picture

Thanks!

Anonymous’s picture

The same issue for 'site slogan'. All other titels are changeble.

Tested in Sky with footheme.

For a fast solution I made in sky/css/page.css a comment for the font-size lines 47, 52 and 57:

 h1#site-name { /* 48px */
/*  font-size: 3.692em;*/
  margin: 0 0 0.2em 0;
  padding: 0;
}
h2#site-slogan {
/*  font-size: 1.077em;*/
  margin: 0;
  padding: 0;
}
#site-name {
/*  font-size: 1.846em;*/
}