Hi
I want to change the background colors of the modules Top1, Top2 etc. These need to be different colors for each module. I have looked through the css, but cannot see a method to complete this.
Any suggestions would be great.
Many thanks
Steve
.mysuffix {
background:#ffffff;
}
.yellow {
background-color: yellow;
}
Konrad M wrote:Can you give us url to your site ?
Konrad M wrote:If you are using cache function, please try delete cache after you add code to override.css if no please paste your override.css file here.
.tester {
background:#3425ff !important;
}
Konrad M wrote:Try add !important rule to code:
- Code: Select all
.tester {
background:#3425ff !important;
}