Jump to content
  • 0

Changing Background Color To An Image


Question

Posted

Hi,

 

I know it's possible to change background color to a image. I tried to edit styles.css. ( app/view/client/bootstrap/css/styles.css ). I guess, background color is on the top and I have tried to enter background-image: url(../images/background.png) !important;

 

 

However, it didn't work.  Any ideas ?

5 answers to this question

Recommended Posts

  • 0
Posted
  On 12/31/2014 at 3:28 AM, naja7host said:

in wich area you want to edit it ?

use my plugin "css js toolbox" to add your custom css, that way you are safe in case of upgrade to next version .

 

 

I'm trying to change the bacground plain color to image on login page any other pages too.

  • 0
Posted
  On 12/31/2014 at 3:28 AM, naja7host said:

in wich area you want to edit it ?

use my plugin "css js toolbox" to add your custom css, that way you are safe in case of upgrade to next version .

 

Tried you plugin it worked but not actually worked :P 

 

I'm trying to add this code 

 

body {
    background-image: url("https://xxxx.com/bgblue.png");
}
 
But background becomes blue only not the wallpaper i'm trying to set.
 
HELP ! :)
  • 0
Posted

Since you noticed the background has changed, the image is being loaded, but may not be displayed in the correct location. You may need to set its position as well. For a better overwrite, try setting the background property rather than background-image.

  • 0
Posted
  On 1/2/2015 at 5:57 PM, Tyson said:

Since you noticed the background has changed, the image is being loaded, but may not be displayed in the correct location. You may need to set its position as well. For a better overwrite, try setting the background property rather than background-image.

 

I just tried to make it lower resoulution and .jpg, so it worked. Thank you all for the suggestions.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...