Mwesigwa Ezra
Posts: 0
Joined: Fri Mar 27, 2015 7:05 am

Problem Setting Custom Background

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Problem Setting Custom Background

Hi,

Images uploaded via Media Manager are stored here WEB_RESOURCES/files/views/assets/image/filename.jpg
Please find its correct path.

Mwesigwa Ezra
Posts: 0
Joined: Fri Mar 27, 2015 7:05 am

Problem Setting Custom Background

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.

Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Problem Setting Custom Background

Hi,

Try .. before path

prebody .ui-content
{
background-image: url("../image/back.jpg");
}/pre

Mwesigwa Ezra
Posts: 0
Joined: Fri Mar 27, 2015 7:05 am

Problem Setting Custom Background

Alena You are the best.It worked like a Charm! Thanks.many Happy returns

Return to “Issues”