Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Look of site, need help

Look of site, need help

Views: 475

Results 1 to 3 of 3
4 Apr 2011, 3:52 PM
#1
timhersh avatar

timhersh

Zen Follower

Join Date:
Aug 2008
Posts:
274
Plugin Contributions:
0

Look of site, need help

Hello,

This website

http://ordersharkhide.com/shop/index.php?main_page=index&cPath=0

I have searched forums and tried to figure it out but there is two things I can't tackle.

1--wants to remove the entire blue bar behind the links, there is two of them right now, both need to be gone

2---once you add something to the cart the shopping cart sidebar shows up, currently there is a word "more" that shows up under the word Shopping Cart, the word more is a link that takes you to the cart, the clients wants me to change that to say return to cart instead, I can't find how to change that

any help would be appreciated

thanks

6 Apr 2011, 2:41 AM
#2
paul69 avatar

paul69

Zen Follower

Join Date:
Jan 2010
Posts:
124
Plugin Contributions:
0

Re: Look of site, need help

Number 1
Remove background color from line 1366 (.productListing-rowheading) and also the borders. This will be in your stylesheet.css file.

Number 2
I'm not completely certain but this line in the eglish.php file may have that link test. The problem may be that it is global so depending on your application it could set other links as well.

/includes/languages/YOUR_TEMPLATE/english.php

Line #74 : define('BOX_HEADING_LINKS', '  [more]');

It may be possible to modify it another way....

Good luck!

6 Apr 2011, 3:29 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Look of site, need help

wants to remove the entire blue bar behind the links, there is two of them right now, both need to be gone
That currently is a backgroung image called from the stylesheet

h2.centerBoxHeading {
	font: bold 1.167em Arial;
	color: #555555;
	border-bottom: none;
	background: #ffffff url("..[B]/images/h2_bg.gif[/B]") repeat-x right top;
	padding: 9px 8px 8px !important;
	text-shadow: 1px 1px #ffffff;
}

You can remove the image call and specify a background color or...

One could change the image located at
/templates/modern_blue/images/h2_bg.gif