I want to change the global background-color for my app, but things don't work.
Adding CSS to the body doesn't work (neither does adding CSS to html element)
body {
background-color:#2b2e31;
}
Adding id's to my div-elements works sometimes, but I'm not gonna add an Id to all my elements.
Does anybody know how to solve this?
This solved it
.ui-page {
background:#2b2e31;
}
Or maybe this might work. Just download the 'Without-A-Theme' jQuery mobile CSS version. Here is the link: http://code.jquery.com/mobile/1.3.2/jquery.mobile.structure-1.3.2.min.css
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With