Results 1 to 5 of 5

Thread: Changing colors

  1. #1
    Join Date
    Sep 2005
    Posts
    82

    Default Changing colors

    Hello,

    Does anyone know where I go to change the background color for blocks and categories?

    Cannot seem to find it in styles.css.

    Thank you.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    For blocks, change /kosmos/blocks/
    It's hardcoded into html

    For category, go to admin panel > template manager > edit > setting.php
    Search for category appearance

  3. #3
    Join Date
    Sep 2005
    Posts
    82

    Default

    Thank you. Found category appearance, but there was nothing relating to the background of the category. Would I need to enter a new field?

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    I think you should add a style for table tag. You need to change /lib/category.class.php, in display() function.
    PHP Code:
          if ($num_cats != 0) {
            
    $category $this->header;
            
    $category .= "<table width=\"$this->cat_table_width\" cellspacing=\"$this->cat_cellspacing\">\n";
            
    $category .= "<tr>"

  5. #5
    Join Date
    Sep 2005
    Posts
    82

    Default

    thanks again!

Similar Threads

  1. menu.html colors
    By mycolumbus in forum v5.x
    Replies: 4
    Last Post: 09-08-2005, 07:41 AM
  2. Changing Navigation
    By vittle in forum v5.x
    Replies: 0
    Last Post: 07-31-2005, 10:50 PM
  3. Changing Row
    By AllenNance in forum v5.x
    Replies: 1
    Last Post: 09-16-2003, 12:22 PM
  4. changing the category look
    By jor71 in forum v5.x
    Replies: 1
    Last Post: 07-30-2002, 04:03 AM
  5. Colors
    By tariqali in forum v5.x
    Replies: 4
    Last Post: 07-11-2002, 03:23 AM

Posting Permissions

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