TUTORIALS | DROP DOWN MENUS |WEBSITE NAVIGATION | WEBSITE SIZE |BLOGS - HEADERS | BLOGS - BACKGROUNDS| BLOGS - CSS OVERRIDES Advanced Customization - CSS Overrides
Hide Blog Title:
div#title { display: none; } |
Hide Navigation:
div#NavSideBar { display: none; } |
Hide Search Bar:
div#SearchSideBar { display: none; } |
Hide Tags List:
div#TagSideBar { display: none; } |
Change the color of Post Headers:
.posthead { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#990000; } .posthead a, .posthead a:visited, .posthead strong { display:block; text-decoration:underline; color:#000000; font-weight:normal; } .posthead strong, .posthead a:hover { color:#003366; text-decoration:underline; } |
Increase Blog Post Column Width: #content
{ width: 984px;
}
#main
{ width: 726px;
}
#nav
{ width: 984px;
}
|
|