Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

navigation bar » symbol question


westmidsguy

Recommended Posts

Posted

hi on the default oscommerce coloured navigation bar at the top is it possible to change the » which seperates each link, I would like to replace this with a orange color @ symbol.

How do i go about that?

Posted

hi on the default oscommerce coloured navigation bar at the top is it possible to change the » which seperates each link, I would like to replace this with a orange color @ symbol.

How do i go about that?

 

includes/header.php

 

 

around line 66:

 

	<td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>

 

 

 

change the » to whatever symbol you would like.

Posted

thanks that works but wat do i need to do to get the @ symbol in orange colour?

 

Open up stylesheet.css. Find the line:

 

TD.headerNavigation

 

 

Change the Color to your desired color.

 

 

You can also change the color the linked text by the A.headerNavigation color style.

Posted

if that is nt possible then hw do i replace the @ with a image?

You can make just the "@" in orange. Rather than

 

@

in the navigation bar, use

<span style="color: orange;">@</span>

Or you can use a class and put the color (and anything other attributes) in the .css file.

Archived

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

×
×
  • Create New...