3
How can I override the stylization of this file css to change the background color of the page?
I’ve tried using the !important
in the background of body and yet it’s no use.
I know it is this file that is doing this, because if I remove it, everything works normally.
File link: http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css
PS: Stopping using this file is not an option.
Can make a [mcve] demonstrating this behavior?
– Woss
Try brute force, include right in tag
<body style="background: #000;">
– Sam
Also doesn’t work.
– Diego Vieira
Try this answer on the Soen: https://stackoverflow.com/a/24470510/1377664
– Sam
It worked! Thank you very much!
– Diego Vieira
Good! Put yourself an answer to help other people.
– Sam