- Posts: 41
- Thank you received: 0
Change template backgrounds
10 years 10 months ago #44240
by mguelmoy
Change template backgrounds was created by mguelmoy
Hello again, good work.
I have a few question abaut custom the template.
1) How do I can erase the background at the top of the template? and footer?
2) How do I can delete or change the background of Articles (picture of the world)?
3) I Install the template as a quickstart mode, but the module Hotbars I can not find it.
Thsnkd.
I have a few question abaut custom the template.
1) How do I can erase the background at the top of the template? and footer?
2) How do I can delete or change the background of Articles (picture of the world)?
3) I Install the template as a quickstart mode, but the module Hotbars I can not find it.
Thsnkd.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #44252
by ivan.milic
Replied by ivan.milic on topic Change template backgrounds
1) in template_css.css
.toprow {
padding: 20px 0;
background: url(../images/custom/bg1.jpg);
background-position: 0px 0px;
}
remove (or modify background property)
2) also in template_css.css
.contentrow {
padding: 70px 0;
background: url(../images/custom/world.jpg) no-repeat center;
}
remove (or modify background property)
3) there should be module named like that (hot bars) in module manager
.toprow {
padding: 20px 0;
background: url(../images/custom/bg1.jpg);
background-position: 0px 0px;
}
remove (or modify background property)
2) also in template_css.css
.contentrow {
padding: 70px 0;
background: url(../images/custom/world.jpg) no-repeat center;
}
remove (or modify background property)
3) there should be module named like that (hot bars) in module manager
Please Log in to join the conversation.
Time to create page: 0.295 seconds