Page 1 of 3

footer transparent ?

Posted: Tue Jun 18, 2013 8:33 am
by John5766500

Hi - Is it possible to make the footer transparent ?

cheers

john.


footer transparent ?

Posted: Tue Jun 18, 2013 8:45 am
by Maryna Brodina

Hello! You would need to use CSS code. This should help http://www.kriesi.at/support/topic/fo...
http://stackoverflow.com/questions/15...


footer transparent ?

Posted: Tue Jun 18, 2013 9:12 am
by John5766500

perfect - thanks Marina


footer transparent ?

Posted: Wed Jun 19, 2013 7:05 am
by Matt Scott

hi. would i follow similiar instructions to make collapsible blocks transparent?

i have been searching everywhere on this site and also the jquerymobile site for help on this, but i can't find the answer anywhere thus far.

themeroller only has hex code boxes and color picker, with no option to choose transparency or opacity.

sorry for what is probably a simple question, but i am a complete newbie, reading and learning as much as i can.

thank you for your help!


footer transparent ?

Posted: Wed Jun 19, 2013 7:54 am
by Matt Scott

i also found a link to this little tool that allows you to practice modifying stuff:

http://fiddle.jshell.net/8TH5d/68/

and here i added this:

.ui-btn { border: none !important; background: transparent !important;}

and it modified the button.

should i do something like this to my app in appery.io?

seems like there should be an easier setting somewhere to set it once and it would modify all the collapsible blocks as transparent. seems like it should be able to set by theme swatch??

thank you !!


footer transparent ?

Posted: Wed Jun 19, 2013 7:59 am
by Maryna Brodina

Hello! You have to set class for element you need to change and apply any style for this class. This should help http://docs.appery.io/documentation/a...


footer transparent ?

Posted: Wed Jun 19, 2013 8:20 am
by Matt Scott

Thank you for your quick reply! I will study that page you linked and work on it following those instructions. Will post an update after I finish. Thanks again!


footer transparent ?

Posted: Wed Jun 19, 2013 8:58 am
by Matt Scott

hey, that was really easy! thank you very much. i had been searching forever for that simple solution.


footer transparent ?

Posted: Wed Jun 19, 2013 9:08 am
by Matt Scott

one other question though please - i didn't see here how to "assign" this new css style that i made to a specific "swatch" or to a specific "theme." i would like to do it by swatch if possible, and if not, then by theme.

the end result that i'm looking for is to eventually give end users the option of either Swatch/Theme A - With transparent collapsible blocks overlaying my custom background.
and
Swatch/Theme B - with colored collapsible blocks on a basic white page background.

thanks again!!


footer transparent ?

Posted: Wed Jun 19, 2013 9:47 am
by Matt Scott

i celebrated a bit too soon. still have to find out the code for making not only the button itself transparent, but also the box for text underneath the collapsible button transparent when the collapsible expands. off to search again!