Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Shopping Cart Side box header text

Shopping Cart Side box header text

Locked

Views: 3,155

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
11 May 2007, 9:23 PM
#1
helshop avatar

helshop

New Zenner

Join Date:
Jan 2007
Location:
York
Posts:
34
Plugin Contributions:
0

Shopping Cart Side box header text

Hi guys

Am afraid I need your help again. I have managed to find where I change the description so it now says view basket, have managed to change all other box header text to white but the checkout stubbornly stays blue! Help. Have looked at the css page till I am blue in the face and cannot see where to change it! Any help gratefully appreciated.

The site can be viewed at www.hgfurniture.co.uk

Many thanks

Helen

11 May 2007, 10:49 PM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Shopping Cart Side box header text

O.k. I can see all kinds of blue text, but which text are you wanting to change?
A box heading? Can this be viewed without creating an account, or is it somewhere in the actual checkout process?

11 May 2007, 11:06 PM
#3
helshop avatar

helshop

New Zenner

Join Date:
Jan 2007
Location:
York
Posts:
34
Plugin Contributions:
0

Re: Shopping Cart Side box header text

You dont need to create an account. Pages I have issues with are as follows:

When you click on a product page (have set up testing as a category and product as i have set the correct stock levels on here already for her other stock) the blue border that goes across the middle of the page which says product image etc has two different text colours and I want all text in this blue line to be white.

As soon as you add 1 testing to your basket the basket (checkout box) appears and where it says "View Basket" in the blue line at the top of the box I want this to be white as well.

When I click on View Basket it brings up the shopping basket and the line at the top of this section is gray - again not sure where it gets that code from.

I know I have an issue with the buttons in checkout being different sizes. I assume that the update cart button has not been defined in css as the others have. I edited the gif for the update cart to match the colour of the others and when I saw how many images were in there lost heart!! I will slowly get these images edited unless someone can advise me on how to add an extra css button. That is a little above what I can do.

I think that is all for now. Please feel free to have a play with the cart using the testing category and product.

Any and all help gratefully appreciated.

Helen

11 May 2007, 11:47 PM
#4
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Shopping Cart Side box header text

O.k. Where it says Product image....black text.....find this line in your stylesheet:

productListing-rowheading {
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
height: 2em;
color: #000000;
}

change your color here to #FFFFFF; or just
white;

working on the rest.

11 May 2007, 11:51 PM
#5
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Shopping Cart Side box header text

The rest of the text in that heading is controlled by:

a:link, #navEZPagesTOC ul li a {
color: #1c5d91;
text-decoration: none;
}

You can change it, but it also controls other links, too.

11 May 2007, 11:55 PM
#6
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Shopping Cart Side box header text

Yea, it controls a LOT of other text, such as EVERY active link displayed.
Should be a work-around, though.

12 May 2007, 7:34 AM
#7
helshop avatar

helshop

New Zenner

Join Date:
Jan 2007
Location:
York
Posts:
34
Plugin Contributions:
0

Re: Shopping Cart Side box header text

Thanks for that. Half the text is white and half coloured so will have a play with that later - have to get small child to dance class now! At least the line is the right colour. I really appreciate you taking the time to help me, thanks to the forum there was a lot more I could do with this site than when I first started. Didnt realise quite how much css would need changing so she could have her own corporate colours but I have enjoyed it.

Regards

Helen