Post by Earnshaw24 » Wed Jul 02, 2008 7:45 pm

Wello,

First post :)

Basically i'm looking to get rid of the blue glossed nav button images that come with the default template however, don't know how due to them not being images that can be easily modified.

Gareth.

Newbie

Posts

Joined
Wed Jul 02, 2008 7:44 pm

Post by bruce » Thu Jul 03, 2008 12:51 pm

Hi Gareth,

They are referenced as below, in catalog\template\default\css\default.css.

You can replace the background image with one of your own called tab.png or change the name to your own image file in the same location.

Code: Select all

#header .b a {
	background: url('../image/tab.png');
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
}

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm
Who is online

Users browsing this forum: No registered users and 3 guests