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.
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.
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
Thank you. Found category appearance, but there was nothing relating to the background of the category. Would I need to enter a new field?
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>";
thanks again!