1. #banner-inner h1, #banner-inner h2 { display: none; } #banner-inner { background-image: url(http://stat.livejournal.com/img/goat-normal.gif); height: 100px; }2. find the css handles of each element and change them by inserting your own css into print_custom_stylesheet()
3. body { background-image: url(http://stat.livejournal.com/img/goat-normal.gif); }4. .module-header { font-family: courier; }bloggish is not intended to be used by users who aren't familiar with css. if you are unfamiliar with css, i suggest using a different layout. the intent of this layout is for users to be able to use stylesheets found at http://www.typepad.com/, the subscription site of movable type made by six apart, which is the parent company of danga interactive, which is the company that made livejournal, the program running on ... )
thank you.. i've only used css for simple things and i just feel so dense about the s2 thing :p i was worried someone would smack me for asking obvious questions, thank you for the help.
Comments 16
also, how can i change the colors used in the layout? for the header, links, etc..
lastly, can i add a background image to the blue parts of my layout.. the places on the sides of the table?
thanks :)
Reply
Reply
#banner-inner h1, #banner-inner h2 {
display: none;
}
#banner-inner {
background-image: url(http://stat.livejournal.com/img/goat-normal.gif);
height: 100px;
}2. find the css handles of each element and change them by inserting your own css into print_custom_stylesheet()
3.
body {
background-image: url(http://stat.livejournal.com/img/goat-normal.gif);
}4.
.module-header {
font-family: courier;
}bloggish is not intended to be used by users who aren't familiar with css. if you are unfamiliar with css, i suggest using a different layout. the intent of this layout is for users to be able to use stylesheets found at http://www.typepad.com/, the subscription site of movable type made by six apart, which is the parent company of danga interactive, which is the company that made livejournal, the program running on ... )
Reply
i've only used css for simple things and i just feel so dense about the s2 thing :p i was worried someone would smack me for asking obvious questions, thank you for the help.
Reply
Leave a comment