- Posts: 48
- Thank you received: 0
Removing the shadow background
-
Sheeko
Inactive member - Topic Author
- Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 weeks ago #35325
by ivan.milic
Replied by ivan.milic on topic Removing the shadow background
In template_css.css:
div.moduletable h3 {
margin: 0;
padding: 0 0 10px 0;
background: url(../images/module_bg.png) bottom repeat-x;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
}
remove background: url(../images/module_bg.png) bottom repeat-x;
div.moduletable h3 {
margin: 0;
padding: 0 0 10px 0;
background: url(../images/module_bg.png) bottom repeat-x;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
}
remove background: url(../images/module_bg.png) bottom repeat-x;
Please Log in to join the conversation.
-
Sheeko
Inactive member - Topic Author
- Member
Less
More
- Posts: 48
- Thank you received: 0
11 years 2 weeks ago #35334
by Sheeko
Replied by Sheeko on topic Removing the shadow background
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 weeks ago #35339
by ivan.milic
Replied by ivan.milic on topic Removing the shadow background
Send link so we could inspect
Please Log in to join the conversation.
Time to create page: 0.154 seconds