1. OutbackHeeler
  2. Commercial Templates
  3. Thursday, 27 April 2017
  4.  Subscribe via email
Hello, I want to change the background colour of various modules. So my idea was to add a new module class suffix into the css for Utility Classes or just change the colour-number of a module class suffix.

Example:

}
.background-gray-light {
background-color: #cccccc;

changed to
}
.background-gray-light {
background-color: #fa0303;

- so now I should get a bright red. - thats what I thougt. Sadly it didn't work. :(

So now I need help how to change the background colour of a module!!

Thank You :)


http://demo2461.vm239.fc-server.de/zur-rasse/historie
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

.background-red {
background-color: #fa0303;
}


You can then set a module background to red by adding the following to the Module Class Suffix field of your modules settings...

 background-red


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!