Kayako logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Alex H Offline
Member
 
Posts: 150
Join Date: Aug 2004
Location: Devon UK
Question Legend text colour - 09-03-2008, 05:34 PM

Hi I am trying to change the colour of the blue legend text on the forms ( eg Register > General Details, User Information, Verify Information, but i can see what tag is being used.

Can anyone help me please

thanks

Alex


When you have eliminated the impossible, whatever remains, however improbably, must be the truth
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,852
Join Date: Aug 2006
Location: Mumbai, India
09-03-2008, 06:52 PM

You need to edit the "moduletitle" tag in the clientcss template.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
Alex H Offline
Member
 
Posts: 150
Join Date: Aug 2004
Location: Devon UK
09-03-2008, 07:08 PM

Hi,
Not sure if thats right, I am looking to change the colour of the form legends. On the register page for example, there are three forms, with the legends: General Details, User Information and Verify Information. It is this text colour that I am looking to change. I have changed the moduletitle tag as you suggested but this has not changed that text colour

Alex


When you have eliminated the impossible, whatever remains, however improbably, must be the truth
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,852
Join Date: Aug 2006
Location: Mumbai, India
09-03-2008, 07:24 PM

Ah okay. In that case you need to edit the "swiftfieldset" tag in clientcss template.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
DLRX Offline
New Member
 
Posts: 6
Join Date: Mar 2007
Smile 01-07-2008, 12:12 AM

Sorry, I know the post is OLD, but I am trying to change that color with NO success.

Already modded all the CSS and still cannot find which one is controlling that <legend>.

This is the original template unchanged (swiftfieldset section):

.swiftfieldset { margin-bottom: 6px; color: #267DDC; BORDER: 1px SOLID #CCCCCC; -moz-border-radius: 4px 4px 4px 4px; padding: 4px}
.swiftfieldset, .swiftfieldset td, .swiftfieldset p, .swiftfieldset li { FONT: 11px Verdana, Tahoma; }

HEEEEEEELP!!!
   
Reply With Quote
  (#6) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 632
Join Date: Dec 2007
Location: Idaho
01-07-2008, 12:55 AM

The CSS that controls <legend> is legend {} . Try (this is an awful color combination) :

legend { color: #f80; background-color: #0f8; }


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#7) Old
DLRX Offline
New Member
 
Posts: 6
Join Date: Mar 2007
01-07-2008, 06:32 PM

Quote:
Originally Posted by John Haugeland View Post
The CSS that controls <legend> is legend {} . Try (this is an awful color combination) :

legend { color: #f80; background-color: #0f8; }

Sorry, but I am still too dumb to figure out where is that CSS entry....

That is NOT included in my clientcss template, where should I place it?? or where is it located??
   
Reply With Quote
  (#8) Old
DLRX Offline
New Member
 
Posts: 6
Join Date: Mar 2007
01-07-2008, 06:34 PM

Sorry, Just figured that out, THANK YOU!!!!

I was placing the dot in legend, but actually what others should do is simply paste the following:

legend
{
color: #FF0000;
background-color: #FFFFFF;
}

Do not use . (dot) at the beginning and that's it!! working fine!!!

Thanks again

Last edited by DLRX; 01-07-2008 at 06:36 PM.
   
Reply With Quote
  (#9) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 632
Join Date: Dec 2007
Location: Idaho
01-07-2008, 07:22 PM

Yeah.

foo {} attaches to <foo>
.foo {} attaches to <tag class="foo">
#foo {} attaches to <tag id="foo">

There are a bunch of other things too. You should probably read the CSS spec; CSS2 can do a whole bunch of crazy stuff if you really know how to weild it.

Cascading Style Sheets Level 2 Revision 1 (CSS*2.1) Specification


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
Reply

Tags
colour, legend

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
remove double line breaks from signature in palin text message jasonwood SupportSuite, eSupport and LiveResponse 8 04-11-2008 09:27 AM
Default text in the ticket message field jasonwood SupportSuite, eSupport and LiveResponse 1 25-02-2008 05:25 PM
Text Colour for Languages Siora SupportSuite, eSupport and LiveResponse 1 09-08-2007 06:28 PM
Hyperlink colour MikeKraken SupportSuite, eSupport and LiveResponse 0 28-07-2006 09:48 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46