Guest Posted January 9, 2006 Posted January 9, 2006 How do I remove the horizontal line from my website? It is the blue one that I want to remove, Thanks for your help.
Guest Posted January 10, 2006 Posted January 10, 2006 Which horizontal blue line? The thick one at the top or at the bottom or the ones under the links? Or the ones around your boxes?
Jamez Posted January 10, 2006 Posted January 10, 2006 No one knows :huh: There are lots of blue lines in your website, which one do you want removed? The ones in the header? The one under log yourself in? The ones in all the boxes? The one in your jpg on the index? The one in the footer? If you could be more specific it would be good.
Guest Posted January 10, 2006 Posted January 10, 2006 There are lots of blue lines in your website, which one do you want removed?The ones in the header? The one under log yourself in? The ones in all the boxes? The one in your jpg on the index? The one in the footer? If you could be more specific it would be good. sorry guys for not explaining myself properly - I want to remove the thick blue line directly under the categories box. The thick one that goes all the way from left to right.
Guest Posted January 10, 2006 Posted January 10, 2006 In stylesheet.css look for TR.footer { background: #bbc3d3; } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight: bold; } background: #bbc3d3; is the colour of the footer. There is a good manual on the style sheet in the knowledge base.
Guest Posted January 10, 2006 Posted January 10, 2006 In stylesheet.css look for TR.footer { background: #bbc3d3; } TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight: bold; } background: #bbc3d3; is the colour of the footer. There is a good manual on the style sheet in the knowledge base. Thank you, all done :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.