Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

oldschool

macrumors 65816
Original poster
Sep 30, 2003
1,029
0
I am starting a new blog located here: http://www.eatscience.com/

and want to know how to remove the double line beneath the logo...can someone give me some pointers of what I should be looking for in the code?

Thank you!
 

lindsayanng

macrumors 68000
May 4, 2008
1,515
1
East Haven, CT
open your style sheet and find this:
Code:
#navbar {
border-top:medium double #000000;
clear:both;
font-size:11px;
font-weight:bold;
height:auto !important;
min-height:35px;
width:990px;

and replace with this:
Code:
#navbar {
border-top:none;
clear:both;
font-size:11px;
font-weight:bold;
height:auto !important;
min-height:35px;
width:990px;
 

oldschool

macrumors 65816
Original poster
Sep 30, 2003
1,029
0
open your style sheet and find this:
Code:
#navbar {
border-top:medium double #000000;
clear:both;
font-size:11px;
font-weight:bold;
height:auto !important;
min-height:35px;
width:990px;

and replace with this:
Code:
#navbar {
border-top:none;
clear:both;
font-size:11px;
font-weight:bold;
height:auto !important;
min-height:35px;
width:990px;

You're awesome!!

do you ever do custom wordpress blogs? I have a business and wouldn't mind replacing our site with a wordpress blog...



edit: not for free or anything....
 

lindsayanng

macrumors 68000
May 4, 2008
1,515
1
East Haven, CT
yep.. thats pretty much my job. I own a graphic/web design business.

why dont you email me and iw ill send you my info, and we can talk about it. I love to do wordpress sites.. i think they are so much fun because theres just so much you can do with them!

the email address is an image (to avoid spammers) so sorry, you cant copy and paste it
email.jpg
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.