Replace backgroundColor with image

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago - 12 years 10 months ago #15101 by dav_jos
Hello,
please how can one replace $backgroundColor = "#000000"; in style3.php with an image? hot_ecommerce template
I want image background

thanks
Last edit: 12 years 10 months ago by dav_jos.

Please Log in to join the conversation.

More
12 years 10 months ago - 12 years 10 months ago #15118 by ivan.milic
You don't need to replace you just add your rule for example in bottom of template_css.css , and if required add !important tag so it will override all other rules.

body {
background-color: transparent!important;
background:url(...) top center no-repeat!importnat;
}
Last edit: 12 years 10 months ago by ivan.milic.

Please Log in to join the conversation.

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago - 12 years 10 months ago #15124 by dav_jos
Thanks, but how can I define it to fit like red part of the body(please see attached).

Before your code and after the code.

THE CODE:
body {
background-color: transparent!important;
background:url(../images/bg.png) center left no-repeat!important;
}
Attachments:
Last edit: 12 years 10 months ago by ivan.milic.

Please Log in to join the conversation.

More
12 years 10 months ago #15156 by ivan.milic
THE CODE:

body {
background-color: transparent!important;
background:url(../images/bg.png) center top no-repeat!important;
}

btw. I made mistake last time it's not
color: transparent!important;
it's
background-color: transparent!important;

Please Log in to join the conversation.

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago - 12 years 10 months ago #15162 by dav_jos
please take a look its not working...
Last edit: 12 years 10 months ago by dav_jos.

Please Log in to join the conversation.

More
12 years 10 months ago #15164 by ivan.milic
Hi, if you want to repeat it then use:

background:url(../images/bg.png) center top repeat-y!important;

Please Log in to join the conversation.

Time to create page: 0.171 seconds
Powered by Kunena Forum