So i am adding into style2.css (the one i am using) the following code (for example):
- Code: Select all
div.green {background: #D2E7A7 }
Later on i add in the administrator area the page class suffix i made.
my problem is that i have the image's result,i want all the container background color for example green or red etc.
after searching i figured out that into template.css, there is
- Code: Select all
#gk-current-content-wrap {
background: #fff;
padding: 18px;
}
How can i have the same color in the main container through page class suffix.
thank you very much have a happy new year!