Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

where to style shoppong cart header?


zpupster

Recommended Posts

Posted

hello,

 

 

http://www.comtalkinc.com/store/

 

after styling my store i am stuck with this---

 

there in the left column you will see the shopping cart header is styled different from the other headers

because it is a link. really 2 problems,

 

where so i get rid of the 2 ">>" after shopping cart.

 

and

 

my view source when the page is rendered is giving me this class here--class="infoboxheadinglink"

 

i can not find that class, not in my style sheet and not in my index.php file i have checked others also.

 

<td width="100%" class="SideinfoBoxHeading"><a class="infoboxheadinglink"

href="http://comtalkinc.com/store/shopping_cart.php">Shopping Cart »</a></td>

 

 

if someone knows or has an idea where i can get rid of those 2 ">>" or where that style is coming from i would be grateful.

 

 

sorry about the rambling a little burned at this point.

 

 

 

thanks,

 

craig

Posted

»

 

Delete it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

»

 

Delete it.

 

(left out the semicolon)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

can not find » in shoppingcart.php or index.php or column_left.php.

 

 

where could it be hiding?

 

 

 

thanks craig

Posted

Try /store/includes/languages/english.php

 

And if you want it to be the same color as the categories heading ADD this to the stylesheet:

 

A {
 color: #ffffff;
 text-decoration: none;
}

 

It's an anchor (link) and you have no style in the stylsheet to alter it so it shows the browser default values.

 

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

This code is actually better:

 

A.infoboxheadinglink {
 color: #ffffff;
 text-decoration: none;
}

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...