Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Speed Bar and Text Color Change

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 01-04-2008, 07:42 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Speed Bar and Text Color Change

You may need to clear your template cache, you can do that in your 'Summary' area of your admin.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #12  
Old 01-04-2008, 07:58 AM
 
buddy buddy is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 97
 

Default Re: Speed Bar and Text Color Change

Done, now text is white just when i click on it.

Which is the class to change the "static" text??

Thanks again
__________________
Buddy

X-Cart DB Version: 4.4.2 GOLD
Reply With Quote
  #13  
Old 01-04-2008, 08:01 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Speed Bar and Text Color Change

Look at the template, see what class the links are calling.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #14  
Old 01-22-2008, 07:45 AM
 
buddy buddy is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 97
 

Default Re: Speed Bar and Text Color Change

Hi,
i'm still working on it!!

I have this css:

.Tab {
/*BACKGROUND-COLOR: #FFFFFF;*//*FFD44C*/
FONT-WEIGHT: bold;
COLOR:#FFFFFF;
TEXT-TRANSFORM: uppercase;
WIDTH: 85px;
HEIGHT: 30px;
TEXT-ALIGN: center;
text-decoration: none;
}

A.Tab:hover,link,visited,active {
COLOR:#FFFFFF;
text-decoration: none;


my tob_menu.tpl is

{if $printable ne ''}
{include file="customer/top_menu_printable.tpl"}
{else}
<table cellpadding="0" cellspacing="0" width="100%" class="Tab">
{if $speed_bar}
<tr>
<td valign="top" align="right"> <table align="left" cellpadding="0" cellspacing="0">
<tr> {section name=sb loop=$speed_bar} {if $speed_bar[sb].active eq "Y"}
<td valign="top">{include file="customer/tab.tpl" tab_title="<a href=\"`$speed_bar[sb].link`\" class=\"Tab\">`$speed_bar[sb].title`</a>"}</td>
<td width="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
{/if} {/section} </tr>
</table></td>
</tr>
{/if}
</table>
{/if}


How is it possible that text on my speed bar is always black? It's white just when i click on it.

Thank you
__________________
Buddy

X-Cart DB Version: 4.4.2 GOLD
Reply With Quote
  #15  
Old 09-01-2008, 06:02 PM
 
pasyl pasyl is offline
 

Newbie
  
Join Date: Jul 2008
Posts: 5
 

Default Re: Speed Bar and Text Color Change

To make the text white in the speed bar...just came up with this:



/*
Tab mechanism
*/
.Tab {
BACKGROUND-COLOR: #C12018;
FONT-WEIGHT: bold;
TEXT-TRANSFORM: ;
WIDTH: 85px;
HEIGHT: 25px;
TEXT-ALIGN: center;
}
.Tab A:link, .Tab A:visited, .Tab A:hover, .Tab A:active {
COLOR: #ffffff; TEXT-DECORATION: none;
}
.TabTop {
HEIGHT: 5px;
BACKGROUND-COLOR: #C12018;
}
__________________
X-Cart Pro
Reply With Quote
  #16  
Old 01-21-2009, 03:22 PM
 
ladybird ladybird is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 93
 

Default Re: Speed Bar Height

Hi I am trying to change the height on my speed bar which seems to have gotten fatter. I have checked in the CCS skin1 file and found this style reference:

/* Speed Bar styles */
.SpeedBar { padding: 8px 0 8px 0; background: #d1e2fa; color: #fff; }
.SpeedBar a { border-right: 1px #3f136a solid; padding: 8px; display: inline; background: #d1e2fa; color: #3f136a; font-weight: bold; }
.SpeedBar a:hover { background: #c9c9c9; color: #1e1e1e; text-decoration: none; }

But I can't see height listed anywhere - any suggestion gratefully received.
__________________
x-cart gold 4.1.9
x-cart gold 4.1.5
www.makeuwell.com.au
www.amberbebe.com
Sydney Australia
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:43 AM.

   

 
X-Cart forums © 2001-2020