Template Corporate 2: Single Article color theme

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Thu Aug 04, 2011 9:55 pm
Ok..Corporate 2 has got beautiful template color theme e.g: Red, Green, Blue & Neutral. I am using Green Theme and accordingly I have used Module suffix : color to have a uniform look for various modules I have used in my site.

Problem: All the articles are presented against white background and silver color text. I want a uniform look here. So if I choose template color Green then I want all my articles to have same Green background and white text.

Question? Is there some settings in Template Manager: Edit Style I need to activate?
or do I need to modify .css files, if yes which one and what code please? Please note that I am no expert in .css file.

Always kind regards
User avatar
Fresh Boarder

Konrad M
Fri Aug 05, 2011 6:46 am
Hi
Try add to style2.css at the bottom after last selector
Code: Select all
.moduletable, .moduletable_menu, .moduletable_text {
    color:#fff;
    background: #000;  //here put green background color

}
User avatar


cron