hello,
I was wondering where can i find the lines that enables me to change the Font and the color of the font for the left column under categories
and how to change the background of the category main window and inside to another color
Thanks :)
hello,
I was wondering where can i find the lines that enables me to change the Font and the color of the font for the left column under categories
and how to change the background of the category main window and inside to another color
Thanks :)
Firstly, downlaod and install FireFox, and the FireBug module. If you view a website with FF, and then right click on any element, you can then see any styles which are affecting it, including the file name, location and the line numbers of all the styles which are in effect.
With your category listing, I think you probably want the a.category-top id, which is in includes/tempaltes/YOUR_TEMPLATE/css/stylesheet.css, on around line 603.
Absolute
thank you :) .. it worked !!