bytedeez Posted December 2, 2014 Posted December 2, 2014 I am trying to had my own logo as a background image in the webUI. I have no experience in php, but from what i believed that that the index.php would be the file to edit. I have tried several different lines of code but still couldn't accomplish my goal. So now i turn to the pros. Quote
cooper Posted December 2, 2014 Posted December 2, 2014 I would expect to find this in the .css instead... Quote
bytedeez Posted December 2, 2014 Author Posted December 2, 2014 Tried that too by doing: body { background-image: url("/path/my_image.png"); background-repeat: repeat-x; } Still no luck. Quote
newbi3 Posted December 3, 2014 Posted December 3, 2014 Where did you put your image in the filesystem? Also did you remove where it sets the background color to black? Quote
bytedeez Posted December 3, 2014 Author Posted December 3, 2014 (edited) I tried putting in /pineapple/ and /pineapple/includes/img ( I believe that's it) I did not remove where it sets the color to black. I was thinking if I put the code below that it would overlay it with my image. For what it's worth I attempted to put in image code in several different locations. Edited December 3, 2014 by bytedeez Quote
Sebkinne Posted December 3, 2014 Posted December 3, 2014 You need to change the css file that is being included in index.php. You can edit CSS via the configuration infusion. Best regards, Sebkinne Quote
bytedeez Posted December 3, 2014 Author Posted December 3, 2014 Upon attempting it once again. I was able to get the image to actually show, although not exactly the way it needed to be displayed. This also made me realize that even if it was displayed right, some of the small tiles are "transparent" while some are filled with there own black background. Since i am in experienced, i believe i will still be able to accomplish a good look by adding the image to the status bar as a banner instead of the background. I noticed that css classes are created in the css file then called in index.php. However i must do more research to accomplish this. Right now i can get words to appear but not the image. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.