- Posts: 9
- Thank you received: 0
Changing module position/row background
9 years 1 month ago #46963
by bulanadi
Changing module position/row background was created by bulanadi
How will I change background or add background for each row. eg. user2 & bottom
Please Log in to join the conversation.
9 years 1 month ago #46965
by milos
Replied by milos on topic Changing module position/row background
Hello,
Background for USER2 is defined in template_css.css file:
Background for BOTTOM is defined in template_css.css file:
You should make your edits there.
Thanks,
Milos
Background for USER2 is defined in template_css.css file:
Code:
.user2row div.container {
background: url(../images/custom/volunteer_bg.jpg) no-repeat;
padding: 100px 0;
}
Background for BOTTOM is defined in template_css.css file:
Code:
.bottomrow {
background: url(../images/custom/bottom_bg.jpg);
background-size: cover;
border-top: 5px solid #ffcc33;
padding: 100px 0 150px;
}
You should make your edits there.
Thanks,
Milos
Please Log in to join the conversation.
Time to create page: 0.172 seconds