Results 1 to 7 of 7

Thread: Client Area Customization

  1. #1
    Join Date
    Dec 2007
    Posts
    59

    Default Client Area Customization

    Hello - i am looking for a way to customise the colour of the text under the Client Area link (Click here to edit your details, view billing information and order additional services)

    I have looked all through my Style Sheet but i can not find anything relating to the Small Text under the Links.

    If you could help that would be great

    daniel

  2. #2

    Default

    Wouldnt this be located in the .tpl files?

  3. #3
    Join Date
    Dec 2007
    Posts
    59

    Default reply

    ive looked in there and i cant seem to find anything relating to it - i can see the variable e.g. $text but i cant seem to find how to change the colour of it

  4. #4
    Join Date
    Jun 2007
    Posts
    885

    Default

    You would have to probably change the color in the css file.

  5. #5
    Join Date
    Dec 2007
    Posts
    59

    Default reply

    ive looked in there - and i cant find it - thats what i was asking - does any one know what class in the css it is or where i can change the colour

  6. #6
    Join Date
    Feb 2008
    Posts
    57

    Default

    Check tpl files for class name

  7. #7
    Join Date
    Apr 2008
    Posts
    5

    Default

    Try checking out the

    Code:
    .clientarealinks a {
    
    	color: #555555;
            }
    in the template CSS file (style.css).

    If that doesn't work, just link to your own CSS file in the template header and add a, a:link, etc preferences....for that particular section of your site. I usually set the a link for each section of my sites.

    Lauren

Similar Threads

  1. Customization Quote Request For Custom Client Field
    By tapnet in forum Customisation & Integration Questions
    Replies: 0
    Last Post: 12-03-12, 07:31 PM
  2. Client Template Customization
    By karnadesai in forum Customisation & Integration Questions
    Replies: 2
    Last Post: 03-06-12, 01:18 AM