Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to make left column box names darker


vjboc

Recommended Posts

Posted

How do I make left column box names darker? The url is http://soundwavedirect.com/store/index.php On the left side it has the catagories, Reviews, What's new etc. The titles look gray, I would like them a little darker. I sure it is in Style sheet css. But where exactly. Is there a tutorial that shows what all the codes in the style sheet do?

Posted

Well...

 

To coin a phrase from Ray Stevens, "It's me again, Margaret..."

:blush:

 

:lol:

 

Since you have a template the standard osC stylesheet doesn't apply.

 

Looking at the HTML source, the code for the box names goes like this:

 

	<td class="infoBoxHeading_td">Categories</td>

So, you go looking in the stylesheet for infoBoxHeading_td

 

And it looks like this:

 

.infoBoxHeading_td {font-size:14px;line-height:16px;font-weight:bold;font-family:arial;}

It doesn't have a color, so you need to add one something like this:

 

.infoBoxHeading_td {color:#000000;font-size:14px;line-height:16px;font-weight:bold;font-family:arial;}

That code make the text black.

 

You may want to choose a different color.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...