Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Larger Store Logo


bonsey

Recommended Posts

Posted

Is it possible to get a larger store logo? I understand the default is 257x60 but my logo is just not readable at the size. Can I adjust the size in the includes/header somewhere?

 

Thx

Posted

Hi,

Yes in your stylesheet.css you would need to increase the actual header size to fit the larger logo or you can put a complete background image in

 

body {

background: #fff;

color: #000;

margin: 0px;

font-size: 11px;

font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;

}

 

#bodyWrapper {

}

 

#bodyContent {

}

 

#header {

/*background-image: url('images/header_background.jpg'); */ /* full width background image*/

height: 60px; /* Or adjust your height to suit logo*/

}

 

#storeLogo {

float: left;

margin-top: 5px;

}

regards

Joli

To improve is to change; to be perfect is to change often.

 

Posted

Thanks, does this affect future upgrades? For example, if I upgrade the cart, will it be replaced or lost with default parameters?

Posted

This is only in the stylesheet if you overwrite your stylesheet at some future time you will have to adjust again but unlikely that there will be many changes to the standard stylesheet in the near future.

 

It really is a simple adjustment nearly every shop has different stylesheet because every shop tends to have a slightly different style

 

When upgrading a cart if you just overwrite everything you lose all style changes and addons that you have made if you regularly upgrade manually as new versions come out then you keep your changes.

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Archived

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

×
×
  • Create New...