I noticed a little bug. In page.css the target is set to h1#site-name. In the generated file that the theme settings makes the target is #site-name. That means h1#site-name gets priority and the theme setting for site name doesnt work, at least not in firefox. When I renamed h1#site-name to just #site-name in page.css, the settings works again. The problem is also on site-slogan, which is h2#slogan in page.css. Just remove the h2 and the theme setting works.

CommentFileSizeAuthor
#3 set_sitename_size-1737134-3.patch691 bytesmshepherd
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mshepherd’s picture

Version: 7.x-3.0-rc1 » 7.x-3.x-dev
Assigned: Unassigned » mshepherd

Moving from Sky > Adaptive theme

mshepherd’s picture

Project: Sky » AdaptiveTheme
Component: Code » Theme Settings
mshepherd’s picture

Status: Active » Needs review
FileSize
691 bytes

Patch attached for review

  • Jeff Burnz committed cd941d1 on 7.x-3.x authored by mshepherd
    Issue #1737134 by mshepherd: Can't change site name or site slogan size
    
Jeff Burnz’s picture

Issue summary: View changes
Status: Needs review » Fixed

OK, lets give this a crack in the new version, cheers and thanks very much!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.