liking thematic! want to play with colors and fonts and just add a background color to header and footer (for now). can you help? many thanks!
ThemeShaper Forums » Thematic
design changes
(9 posts)-
Posted 2 years ago #
-
Hey,
add the following code to your child theme's style.css:
#header {background: #colorcode;} #footer {background: #colorcode;}Cheers,
Chris
Posted 2 years ago # -
thanks Chris! where can i find a good list of color codes?
Posted 2 years ago # -
found some! working nicely! now to change font and font color in header?
Posted 2 years ago # -
and font color in footer to handle the asides?
Posted 2 years ago # -
.aside{background: #colorcode;}
should do the trick...
Posted 2 years ago # -
hmm.. not sure my last post made it, resending.
that code didnt work. to clarify, i'd like to change the font color for header text and for the asides that appear just above the footer.
here's the code i have so far in child theme
@import url('../thematic/style.css');
a:link {
color:#006699;
}
a:visited {
color:#006699;
}#header {background: #333333;}
#footer {background: #333333;}
Posted 2 years ago # -
Install FireFox and the addon FireBug .. this will give you all needed details 'bout an element
Cheers,
Chris
Posted 2 years ago # -
yep, does the trick. tx mate! (i'm not a brit, just picked it up from friends)
Posted 2 years ago #
Reply
You must log in to post.