inset module, change background color in style

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 2 months ago #7107 by tenoch
Hi
I published a module in the position
inset

But I see it have a Black background, but I would like to change the color
I´ve been loking in templare parameters, also in template_css.css but I can´t find it

Thanks

Please Log in to join the conversation.

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 2 months ago - 14 years 2 months ago #7108 by tenoch
Solved
It was in layout.css

Thanks
Last edit: 14 years 2 months ago by tenoch.

Please Log in to join the conversation.

More
14 years 2 months ago #7109 by pirossi
Inside css/template_css.css, find these lines:
Code:
.content_module div.moduletable { color: #FFFFFF; left: 0; margin: 0; padding: 15px; position: relative; top: 0; }
and add background-color property like this:
Code:
.content_module div.moduletable { color: #FFFFFF; left: 0; margin: 0; padding: 15px; position: relative; top: 0; background-color: red; }
You could set color by hex value or their simbolic css names .
The following user(s) said Thank You: tenoch

Please Log in to join the conversation.

Time to create page: 0.142 seconds
Powered by Kunena Forum