- Posts: 24
- Thank you received: 0
inset module, change background color in style
-
tenoch
Inactive member -
Topic Author
- Member
-
Less
More
14 years 2 months ago #7107
by tenoch
inset module, change background color in style was created 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
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
-
Less
More
- Posts: 24
- Thank you received: 0
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
14 years 2 months ago #7109
by pirossi
Replied by pirossi on topic Re: inset module, change background color in style
Inside css/template_css.css, find these lines:
and add background-color property like this:
You could set color by
hex value
or their
simbolic css names
.
Code:
.content_module div.moduletable {
color: #FFFFFF;
left: 0;
margin: 0;
padding: 15px;
position: relative;
top: 0;
}
Code:
.content_module div.moduletable {
color: #FFFFFF;
left: 0;
margin: 0;
padding: 15px;
position: relative;
top: 0;
background-color: red;
}
The following user(s) said Thank You: tenoch
Please Log in to join the conversation.
Time to create page: 0.142 seconds