- Posts: 14116
- Thank you received: 1639
could not edit modules contents
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
10 years 1 month ago #44285
by ivan.milic
Replied by ivan.milic on topic could not edit modules contents
There is no general background image only color that can be changed from template options ?
Are you maybe referring to some image form modules?
Are you maybe referring to some image form modules?
Please Log in to join the conversation.
-
tunji@osmaahconsulting.com
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 52
- Thank you received: 0
10 years 1 month ago #44286
by tunji@osmaahconsulting.com
Replied by tunji@osmaahconsulting.com on topic could not edit modules contents
Please Log in to join the conversation.
-
tunji@osmaahconsulting.com
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 52
- Thank you received: 0
10 years 1 month ago #44287
by tunji@osmaahconsulting.com
Replied by tunji@osmaahconsulting.com on topic could not edit modules contents
Pls I also wants the content area to be in white,
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #44288
by ivan.milic
Replied by ivan.milic on topic could not edit modules contents
To change background in template_css.css
.messagerow {
background: url(../images/custom/message_bg.jpg);
background-attachment: fixed;
text-align: right;
padding: 140px 0 40px;
}
for content you can add at bottom of same file:
.content_sparky{
background:white;
}
.messagerow {
background: url(../images/custom/message_bg.jpg);
background-attachment: fixed;
text-align: right;
padding: 140px 0 40px;
}
for content you can add at bottom of same file:
.content_sparky{
background:white;
}
Please Log in to join the conversation.
-
tunji@osmaahconsulting.com
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 52
- Thank you received: 0
10 years 1 month ago #44289
by tunji@osmaahconsulting.com
Replied by tunji@osmaahconsulting.com on topic could not edit modules contents
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #44291
by ivan.milic
Replied by ivan.milic on topic could not edit modules contents
In template_css.css
.sparky_inner h2 {
background: #f6cc26;
padding: 15px 0 30px 0;
}
.sparky_inner h2 {
background: #f6cc26;
padding: 15px 0 30px 0;
}
Please Log in to join the conversation.
Time to create page: 0.088 seconds