Page 1 of 2
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 2:47 pm
by Chris Norris7372514
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
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:27 pm
by Evgene Karachevtsev
Hello Chris,
This link should help you:
http://devcenter.appery.io/documentat...
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:31 pm
by Chris Norris7372514
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?
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:33 pm
by Chris Norris7372514
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?
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:49 pm
by Evgene Karachevtsev
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.
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:51 pm
by Chris Norris7372514
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?
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:53 pm
by Chris Norris7372514
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?
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 3:59 pm
by Chris Norris7372514
body .mobilecontainer
{
background:url('images\bgblue.png');
}
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 4:28 pm
by Evgene Karachevtsev
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
Custom Background on existing appery.io theme
Posted: Mon Feb 09, 2015 4:34 pm
by Chris Norris7372514
its saying something about lbrace