download background image for each section

  • dey
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #27658 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.

More
12 years 11 months ago #27665 by ivan.milic
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.
The following user(s) said Thank You: dey

Please Log in to join the conversation.

  • dey
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #27666 by dey
Thank you very much. So as I understand I need to use FTP ?

Please Log in to join the conversation.

More
12 years 11 months ago #27685 by ivan.milic
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
  • New Member
More
12 years 11 months ago #27687 by dey
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

Please Log in to join the conversation.

More
12 years 11 months ago #27696 by ivan.milic
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.276 seconds
Powered by Kunena Forum