Page 1 of 1
Problem Setting Custom Background
Posted: Fri Mar 27, 2015 7:05 am
by Mwesigwa Ezra
Hello Apperians, i have a problem setting a custom background.i have followed the tutorial here ( https://devcenter.appery.io/documenta... ) the custom background picture works perfect if i store it on a remote server and then use the url.but if i upload it to my media manager and then use this code below at the very start of my custom theme;
body .ui-content
{
background-image: url("images/backgroundimage.jpg");
}
it won't work. someone please help me
Problem Setting Custom Background
Posted: Fri Mar 27, 2015 8:11 am
by Alena Prykhodko
Hi,
Images uploaded via Media Manager are stored here WEB_RESOURCES/files/views/assets/image/filename.jpg
Please find its correct path.
Problem Setting Custom Background
Posted: Fri Mar 27, 2015 8:25 am
by Mwesigwa Ezra
Hello Alena,am grateful for the response.Below is a screenshot of my custom theme css. according to the tutorial, i have uploaded my image through media manager.and then i have added the highlighted code.it still won't work.kindly correct me where i have gone wrong.
Problem Setting Custom Background
Posted: Sat Mar 28, 2015 12:55 pm
by Alena Prykhodko
Hi,
Try .. before path
prebody .ui-content
{
background-image: url("../image/back.jpg");
}/pre
Problem Setting Custom Background
Posted: Mon Mar 30, 2015 10:44 am
by Mwesigwa Ezra
Alena You are the best.It worked like a Charm! Thanks.many Happy returns