westmidsguy Posted October 27, 2009 Posted October 27, 2009 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?
burtonsnow8 Posted October 27, 2009 Posted October 27, 2009 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.
westmidsguy Posted October 27, 2009 Author Posted October 27, 2009 thanks that works but wat do i need to do to get the @ symbol in orange colour?
burtonsnow8 Posted October 28, 2009 Posted October 28, 2009 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.
westmidsguy Posted October 28, 2009 Author Posted October 28, 2009 but that will change the whole line of text on the navigation bar? i only want the @ symbol in orange
westmidsguy Posted October 28, 2009 Author Posted October 28, 2009 if that is nt possible then hw do i replace the @ with a image?
MrPhil Posted October 29, 2009 Posted October 29, 2009 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.