Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need some head with box images


shako

Recommended Posts

Posted

Look in you webroot stylesheet.css

make a back up and then try this

 

 

////////////////////////////////////////////////

 

TD.headerNavigation { <!--- look for this line -->

font-family: Comic Sans MS;

font-size: 14px;

background: #CC66FF url("SS1.jpg"); <!-- And change to this line -->

color: #ffffff;

font-weight : bold;

}

 

//////////////////////////////////////////////////

 

.productListing-heading { <!--- look for this line -->

font-family: Comic Sans MS;

font-size: 10px;

background: #3399FF url("SS1.jpg"); <!-- And change to this line -->

color: #FFFFFF;

font-weight: bold;

}

 

//////////////////////////////////////////////////

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Posted
Look in you webroot stylesheet.css

make a back up and then try this

////////////////////////////////////////////////

 

TD.headerNavigation {                          <!--- look for this line -->

  font-family: Comic Sans MS;

  font-size: 14px;

  background: #CC66FF url("SS1.jpg");  <!-- And change to this line -->

  color: #ffffff;

  font-weight : bold;

}

 

//////////////////////////////////////////////////

 

.productListing-heading {              <!--- look for this line -->

  font-family: Comic Sans MS;

  font-size: 10px;

  background: #3399FF url("SS1.jpg");    <!-- And change to this line -->

  color: #FFFFFF;

  font-weight: bold;

}

 

//////////////////////////////////////////////////

Sorry about that. I thought ss1.jpg was your navigation bar image. not the intyre image on this post.

If its in your catalog file try this instead look for your stylesheet inside your catalog

then try this first make a backup.

////////////////////////////////////////////////

 

TD.headerNavigation {

font-family: Comic Sans MS;

font-size: 14px;

background: #CC66FF url("images/infobox/your-image-goes-here.gif");

color: #ffffff;

font-weight : bold;

}

 

//////////////////////////////////////////////////

 

.productListing-heading {

font-family: Comic Sans MS;

font-size: 10px;

background: #3399FF url("images/infobox/your-image-goes-here.gif");

color: #FFFFFF;

font-weight: bold;

}

 

//////////////////////////////////////////////////

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Posted
Sorry about that. I thought ss1.jpg was your navigation bar image. not the intyre image on this post.

If its in your catalog file try this instead look for your stylesheet inside your catalog

then try this first make a backup.

////////////////////////////////////////////////

 

TD.headerNavigation {

  font-family: Comic Sans MS;

  font-size: 14px;

  background: #CC66FF url("images/infobox/your-image-goes-here.gif"); 

  color: #ffffff;

  font-weight : bold;

}

 

//////////////////////////////////////////////////

 

.productListing-heading {

  font-family: Comic Sans MS;

  font-size: 10px;

  background: #3399FF url("images/infobox/your-image-goes-here.gif"); 

  color: #FFFFFF;

  font-weight: bold;

}

 

//////////////////////////////////////////////////

 

 

 

WOW thanks man :)

Archived

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

×
×
  • Create New...