hi, i love this theme - trying to make some minor tweaks and was wondering where these items are:

top image when mousing over an item: i'd like to drop that and just leave the text turning white - where is the image file referenced in the css? (haven't had a chance to dig into it yet)

top header: trying to lighten that shade of blue as well as the blue in the side blocks (tops) - what's that color hex in the css (i could do a find and replace on all i believe)

any chance you could add support for secondary links perhaps way down at the bottom below the footer? (eg "about us" terms of use, privacy, legal, copyright, etc)

thanks for all of the hard work, this looks great! also still trying that other tweak to make the right sidebar wider...

Comments

hswong3i’s picture

Category: feature » support
Priority: Normal » Minor

Ok so one by one:

Top image: go to admin/build/themes/settings/interactive_media and disable the logo/slogan/etc...

Title text hover color:

#header #slogan-floater h1.site-name a:hover {
  color: #FFFCB3;
  border-bottom: 1px solid #CCC;
}

Background image: it is a repeat-x png image:

#wrapper {
  background: #FFF url(images/body.png) repeat-x top left;
}

2nd menu in footer: go to admin/build/block/settings/interactive_media and add your 2nd to footer region. Or just go to admin/settings/site-information and input your footer message as HTML (usually I use this solution: simple and elegant).

Thanks for your support :)

zilla’s picture

thanks!

hswong3i’s picture

Any else update?

hswong3i’s picture

Version: 6.x-1.5 » 6.x-1.x-dev
Assigned: Unassigned » hswong3i
Status: Active » Fixed

Latest version have a revamp of coding style + documentation.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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