From where can I change the location of bottom_bg1

  • miq
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 8 months ago - 10 years 8 months ago #39177 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
Attachments:
Last edit: 10 years 8 months ago by miq.

Please Log in to join the conversation.

More
10 years 8 months ago #39195 by ivan.milic
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;
}

Please Log in to join the conversation.

  • miq
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 8 months ago #39219 by miq
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
Attachments:

Please Log in to join the conversation.

More
10 years 8 months ago #39237 by ivan.milic
Send link so we could inspect your sources

Please Log in to join the conversation.

Time to create page: 0.166 seconds
Powered by Kunena Forum