Recent Topics

1 Feb 08, 2007 00:51    

I've made a few changes on my blog and the only thing remaining to do is to remove the blueish bar right below the post's date. Which part of the .css file should I edit exactly in order to remove/delete it?

And how to make the "Original template design by..." at the bottom of the page to appear a bit bigger?

2 Feb 08, 2007 07:52

Re: The blue line...
In your custom.css find

* Styles for main area (left) */
h2 {
	margin: 1ex;
	border-bottom: 1px solid #78a;
}

and delete the border-bottom line.

Re the Credits being bigger.. in custom.css find...

p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #999;
	padding: 1ex;
	margin: 0;
}

and change 74% to a higher number eg: 90%


Form is loading...