Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove the horizontal line?


Guest

Recommended Posts

Posted

How do I remove the horizontal line from my website? It is the blue one that I want to remove,

 

Thanks for your help.

Posted

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?

Posted
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.

Posted
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.

Posted

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.

Posted
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:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...