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

Changing link colours in speedbar

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #21  
Old 05-24-2004, 08:25 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

This is my last suggestion. I gotta get back to work. Good luck, I hope this gets your imagination going. You can figure this out for yourself I am sure!

Work from the original code. Add this after the TAB entry.

Code:
.Tabcustom:link { COLOR: Teal; TEXT-DECORATION: none; } .Tabcustom:visited { COLOR: Teal; TEXT-DECORATION: none; } .Tabcustom:hover { COLOR: Aqua; TEXT-DECORATION: underline; } .Tabcustom:active { COLOR: Teal; TEXT-DECORATION: none; }

Change in tab.tpl

OLD
<td width=85 height=30 class=Tab align=center>{$tab_title}</td>

NEW
<td width=85 height=30 class=Tab align=center><font class=Tabcustom>{$tab_title}</font></td>
Reply With Quote
  #22  
Old 05-24-2004, 08:35 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

Thanks for your time... but it didn't work.
(If I could figure it out I wouldn't have posted it) FRIGGGGG!!
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #23  
Old 05-24-2004, 08:41 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

If you are going to get frustrated before you get started, then you will never figure anything out.

Your launch date is September. Move on to other things and keep bumping this thread for help or maybe it will eventually come to you. Getting upset and fixated on one small cart tweak is going to ruin your whole development effort.

You have to stay positive and focused.

Good luck.
Reply With Quote
  #24  
Old 05-24-2004, 08:44 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

Your right adpboss... onward... through the fog and thanks again for trying.
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #25  
Old 05-25-2004, 02:47 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

try add the class to the link. edit top_menu.tpl if the link is in there

__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #26  
Old 05-25-2004, 08:13 AM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

That was a brilliant thought shan but it didn't work either.
I even tried a variation in styles:
Code:
A.Tab:link { COLOR: #FFD44C; TEXT-DECORATION: none; } A.Tab:visited { COLOR: #FFD44C; TEXT-DECORATION: none; } A.Tab:hover { COLOR: Aqua; TEXT-DECORATION: underline; } A.Tab:active { COLOR: #FFD44C; TEXT-DECORATION: none; }
I might have found the perfect workaround though... I'm ripping the speedbar out!
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #27  
Old 05-25-2004, 08:26 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Yes. Destroy the speed bar.

I hate it myself. I mean it's a cool idea, but the default look and the lack of styles you can apply make it NASTY looking IMHO.
Reply With Quote
  #28  
Old 05-25-2004, 08:43 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

LOL

or try


had a few extra ` in there
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #29  
Old 05-25-2004, 03:02 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

Mission Accomplished... Speedbar Destroyed!

I am gonna' try shans variation though for future reference. The only nice thing about staying near default guidelines is upgrading... other than that... tear it down, build new, I guess by nature we all hate default "Anything" Thanks you guys for all your help. GM

(note: no speedbars were harmed during the making of this thread)
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #30  
Old 05-25-2004, 04:00 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

I DON'T BELIEVE IT!!! IT WORKED!!!

BRILLIANT!! ABSOLUTELY BRILLIANT!!!

Between the two of you, you could probably solve anything!
That was hard man! I never, ever, would have got it.
My highest respects to you!

Here's a recap for anyone who's been trying to follow this thread:

(all credit goes to shan and adpboss)

First change Tab styles in skin1/CSS to:
Code:
.Tab { BACKGROUND-COLOR: #73004E; FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase; } .Tab:link { COLOR: #FFD44C; TEXT-DECORATION: none; } .Tab:visited { COLOR: #FFD44C; TEXT-DECORATION: none; } .Tab:hover { COLOR: Aqua; TEXT-DECORATION: underline; } .Tab:active { COLOR: #FFD44C; TEXT-DECORATION: none; }

Then in skin1/customer/top_menu.tpl change:
To:
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
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 03:59 PM.

   

 
X-Cart forums © 2001-2020