Hi - Is it possible to make the footer transparent ?
cheers
john.
Hi - Is it possible to make the footer transparent ?
cheers
john.
Hello! You would need to use CSS code. This should help http://www.kriesi.at/support/topic/fo...
http://stackoverflow.com/questions/15...
perfect - thanks Marina
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!
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 !!
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...
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!
hey, that was really easy! thank you very much. i had been searching forever for that simple solution.
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!!
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!