Results 1 to 4 of 4

Thread: Help identify where I can change the colour of this link

  1. #1
    Join Date
    Mar 2005
    Posts
    37

    Default Help identify where I can change the colour of this link

    Hi - Please have a look at the attached picture - there is a link that next to Category that is dark text and as the template has a dark background so it is not ideal. I haven't been able to find where this is defined in the CSS. Any ideas?

    Glenn
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2007
    Location
    UK Essex
    Posts
    591

    Default

    It should be in your settings.php. this lives in you theme root.

    Open the file and you will find a few settings that you probally use soon.

    anyway find the line with

    $cat_path_link_style = "";
    Then put your css inbetween the quotes, heres an example

    $cat_path_link_style = "color: #FF2A00;";
    this is just to change the colour but any css could go here.

    now clear your template cache and then update you category stucture.

    refresh your browser and see the results.

    The reason its done this way is the style infomation for category path and category is generated in the database.

    Here are some valuble posts relating to this and might clear things up Styling <%$Category%> and $cat_path_link_style
    Last edited by echo@; 11-19-2008 at 05:14 PM.
    ____________________________
    http://www.articleconveyer.com
    Give Your Articles Exposure



  3. #3
    Join Date
    Mar 2005
    Posts
    37

    Default

    Thanks Echo@ - your a saint!

    Did the job. Just seems a little odd to me (but as will become clear I am not too bright!) that these few "Style" settings exist outside the Style Sheet.

    But now I know - it is under control.

    Glenn.

  4. #4
    Join Date
    Oct 2007
    Location
    UK Essex
    Posts
    591

    Default

    Just seems a little odd to me (but as will become clear I am not too bright!) that these few "Style" settings exist outside the Style Sheet.
    Yep your not the only one,
    ____________________________
    http://www.articleconveyer.com
    Give Your Articles Exposure



Similar Threads

  1. Change text colour in admin
    By WengChun in forum v5.x
    Replies: 15
    Last Post: 06-16-2007, 05:47 AM
  2. Replies: 0
    Last Post: 12-25-2005, 08:44 AM
  3. Replies: 0
    Last Post: 07-15-2002, 08:31 AM
  4. Replies: 1
    Last Post: 06-24-2002, 12:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •