Grey line, how to get rid of...

If you are having problems with GuMax, post here.
Post Reply
User avatar
shieldfire
Rank 0
Rank 0
Posts: 4
Joined: August 1st, 2008, 4:00 am

Grey line, how to get rid of...

Post by shieldfire »

See: http://www.theoldecookerybook.com

There is a small(ish) grey line at all headings. How can I get rid of this? I've been looking and fiddling with the main css file without success.
User avatar
node
Rank 4
Rank 4
Posts: 21
Joined: July 19th, 2008, 2:51 am

Re: Grey line, how to get rid of...

Post by node »

gumax_template.css line 419
h1, h2 {
border-bottom:3px solid #EEEEEE; remove this line or comment it!
margin-top:1.32em;
padding:0.35em 0.1em 0.3em 0;
}

that should do the trick!

Cheers!
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Grey line, how to get rid of...

Post by Paul »

Node, your repose is quick :D ...

Thanks for help.
User avatar
node
Rank 4
Rank 4
Posts: 21
Joined: July 19th, 2008, 2:51 am

Re: Grey line, how to get rid of...

Post by node »

hmm some times :ugeek:
Post Reply