Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

How would I change the background of the ios-like theme to a png file that I made in photoshop?

I have tried to copy the entire text of the ios-like theme, and it locked up appery.

Any suggestions would greatly help.

Thanks,
Chris

Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

I appreciate your quick response, however that is not helping me. That shows how to make your own theme. I want to know how to change the background of the like-ios theme to my png file. Can this be accomplished without creating a new theme?

Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

I appreciate your quick response, however that is not helping me. That shows how to make your own theme. I want to know how to change the background of the like-ios theme to my png file. Can this be accomplished without creating a new theme?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Custom Background on existing appery.io theme

Chris,

Sorry, I'm not sure I understand you correctly. You don't have to create custom theme, you should create a CSS file and in it specify the background you want. All other theme components will remain the same. And this link shows you how to do this.

Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

I have tried to specify JUST that one item in a css file. it blanks out my background, instead of changing it to my particular background. Is it possible for you to look at my project?

Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

I have tried to specify JUST that one item in a css file. it blanks out my background, instead of changing it to my particular background. Is it possible for you to look at my project?

Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

body .mobilecontainer
{
background:url('images\bgblue.png');
}

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Custom Background on existing appery.io theme

Chris,

Please try the next approach:
1) add your image to the media manager
2) add next style :
prebackground: url('files/views/assets/image/FILE_NAME.FILE_EXTENTION');/pre

Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

Custom Background on existing appery.io theme

its saying something about lbrace

Return to “Issues”