Nov 23, 2006 17:58
Hi! I've read through the other posts here but am still feeling confused due to not knowing a thing, really, about coding and stuff.
I'm using the "Food Sweets" theme under Expressive, can someone please tell me how to:
1) Add a header image?
2) Change the font style/colour?
3) Making the header and sub header centred on the layout?
header:nav links:placement,
page:fonts,
header:image
Leave a comment
Comments 9
1)
#header {
background-image: url(image path);
}3)
#header-text {
text-align:center;
}2) is a little more complicated. How many places do you want to change the font or color? Just in entries? Entry headers? Page headers? Sidebars?
Reply
And I want to change the font/colour on the header/sub header and journal entry.
Reply
#header-name a,
#header-description{
color: #fff;(or whatever)
} to change the colors on the journal title and subtitle. Change .asset-body {} font or color properties to change formatting in entries alone.
Reply
Is there a way of moving the header image down so I can still see the Header/Subheader text clearly?
Reply
Leave a comment