- Posts: 82
- Thank you received: 0
From where can I change the location of bottom_bg1
-
miq
Inactive member - Topic Author
- Member
Less
More
10 years 8 months ago - 10 years 8 months ago #39177
by miq
From where can I change the location of bottom_bg1 was created by miq
Dear Sir,
I want to change the image url location from mysite/cars/templates/hot_cars/images/bottom_bg1.jpg to new location mysite/images/bottom_bg1.jpg from Top Panel-1234 background images.
From where can I change the location of this background image for the Top Panels (under open-close).
With Regards
Miq Moham
I want to change the image url location from mysite/cars/templates/hot_cars/images/bottom_bg1.jpg to new location mysite/images/bottom_bg1.jpg from Top Panel-1234 background images.
From where can I change the location of this background image for the Top Panels (under open-close).
With Regards
Miq Moham
Last edit: 10 years 8 months ago by miq.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #39195
by ivan.milic
Replied by ivan.milic on topic From where can I change the location of bottom_bg1
It is defined in layout.css:
bottom_bg {
background: url(../images/bottom_bg1.jpg);
padding: 10px 0;
}
change it to:
bottom_bg {
background: url(../../../images/bottom_bg1.jpg);
padding: 10px 0;
}
bottom_bg {
background: url(../images/bottom_bg1.jpg);
padding: 10px 0;
}
change it to:
bottom_bg {
background: url(../../../images/bottom_bg1.jpg);
padding: 10px 0;
}
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
10 years 8 months ago #39219
by miq
Replied by miq on topic From where can I change the location of bottom_bg1
Dear Sir,
I tried already this code in layout.css but only the bottom background image changing the location but not from top Open-Close Panel menu background. For example here is the screen shot:
After changing the code from layout.css, this background image location does not changing and still showing /templates/hot_cars/images/bottom_bg1.jpg
With Regards
Miq Moham
I tried already this code in layout.css but only the bottom background image changing the location but not from top Open-Close Panel menu background. For example here is the screen shot:
After changing the code from layout.css, this background image location does not changing and still showing /templates/hot_cars/images/bottom_bg1.jpg
With Regards
Miq Moham
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #39237
by ivan.milic
Replied by ivan.milic on topic From where can I change the location of bottom_bg1
Send link so we could inspect your sources
Please Log in to join the conversation.
Time to create page: 0.166 seconds