- Thank you received: 0
download background image for each section
-
dey
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 1 month ago #27658
by dey
download background image for each section was created by dey
how to change the background picture for each section? .i know that are in the folder which name is "custom"/
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #27665
by ivan.milic
Replied by ivan.milic on topic download background image for each section
In layout designer you notice each row has some class name, and in layout.css you have definitions for taht classes:
.socialrow {
background:url(../images/custom/header_bg.jpg);
min-height: 145px;
}
.topmenurow {
background:#6C0108 url(../images/custom/topmenu_bg.jpg) repeat-x;
}
.fullwidth {
background: #6c0108;
}
.contentrow {
background: url(../images/custom/events_bg.jpg);
}
.footerrow {
background: #6f0109;
text-align: center;
color: #fff;
font-size: 18px;
}
some have background image , some have just bcg. color. Anyway you see the point and how to change that.
.socialrow {
background:url(../images/custom/header_bg.jpg);
min-height: 145px;
}
.topmenurow {
background:#6C0108 url(../images/custom/topmenu_bg.jpg) repeat-x;
}
.fullwidth {
background: #6c0108;
}
.contentrow {
background: url(../images/custom/events_bg.jpg);
}
.footerrow {
background: #6f0109;
text-align: center;
color: #fff;
font-size: 18px;
}
some have background image , some have just bcg. color. Anyway you see the point and how to change that.
The following user(s) said Thank You: dey
Please Log in to join the conversation.
-
dey
Inactive member -
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 1 month ago #27666
by dey
Replied by dey on topic download background image for each section
Thank you very much. So as I understand I need to use FTP ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #27685
by ivan.milic
Replied by ivan.milic on topic download background image for each section
Layout.css is accessible from template manager but it's sure you can always use FTP
The following user(s) said Thank You: dey
Please Log in to join the conversation.
-
dey
Inactive member -
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 1 month ago #27687
by dey
Replied by dey on topic download background image for each section
can you help me ? i have this situation-- then i change the name in main top menu the link become stopworking
only "gallery" still working ,rest not works
only "gallery" still working ,rest not works
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #27696
by ivan.milic
Replied by ivan.milic on topic download background image for each section
So that is sort of "One page template" , if link points to "#something" you need to have <a id="something" on target position on page.
The following user(s) said Thank You: dey
Please Log in to join the conversation.
Time to create page: 0.171 seconds