- Posts: 105
- Thank you received: 0
i want to show the header_bg2_1 in every page
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago #27672
by cynthia_1982
i want to show the header_bg2_1 in every page was created by cynthia_1982
hi,
i want to show the header_bg2_1 in every page
i try to paste that image on the bag, but that dont work
i hope you can help me, thanks!
i want to show the header_bg2_1 in every page
i try to paste that image on the bag, but that dont work
i hope you can help me, thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #27689
by ivan.milic
Replied by ivan.milic on topic i want to show the header_bg2_1 in every page
make sure you have some module in top1 module position. You can set one (custom) shown on home page to show on all pages
Please Log in to join the conversation.
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 105
- Thank you received: 0
11 years 11 months ago #27879
by cynthia_1982
Replied by cynthia_1982 on topic i want to show the header_bg2_1 in every page
when i did publish a module on position TOP1, the big image header_bg1_2 show too, but i dont want that
and i´m not sure how to do this: "You can set one (custom) shown on home page to show on all pages"
help me please!
and i´m not sure how to do this: "You can set one (custom) shown on home page to show on all pages"
help me please!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #27886
by ivan.milic
Replied by ivan.milic on topic i want to show the header_bg2_1 in every page
You can disable that image in layout.css:
div.header_bottom div.container {
min-height: 533px;
background: url(../images/custom/header_bg1_2.jpg) no-repeat;
}
remove min-height and background properties
div.header_bottom div.container {
min-height: 533px;
background: url(../images/custom/header_bg1_2.jpg) no-repeat;
}
remove min-height and background properties
Please Log in to join the conversation.
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 105
- Thank you received: 0
11 years 11 months ago #28100
by cynthia_1982
Replied by cynthia_1982 on topic i want to show the header_bg2_1 in every page
Hi,
Thank you for yur help, i already did everything you told me to
but still doesn´t work
i erased min-heigh and background propierties from layout.css
And published a customn html in TOP1, show on all pages
see: www.granjatiomoy.com
Thank you for yur help, i already did everything you told me to
but still doesn´t work

i erased min-heigh and background propierties from layout.css
And published a customn html in TOP1, show on all pages
see: www.granjatiomoy.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28107
by ivan.milic
Replied by ivan.milic on topic i want to show the header_bg2_1 in every page
In:
templates/hot_tennis/styles/style2.css
div.header_bottom div.container {
background: url(../images/custom/header_bg2_2.jpg) no-repeat;
}
also in layput.css:
div.header_bottom div.container {
min-height: 533px;
background: url(../images/custom/header_bg1_2.jpg) no-repeat;
}
is still there
templates/hot_tennis/styles/style2.css
div.header_bottom div.container {
background: url(../images/custom/header_bg2_2.jpg) no-repeat;
}
also in layput.css:
div.header_bottom div.container {
min-height: 533px;
background: url(../images/custom/header_bg1_2.jpg) no-repeat;
}
is still there
Please Log in to join the conversation.
Time to create page: 0.203 seconds