Dearest people-who-know-what-they're-doing,
I've doing alright hacking my way through WP and Platform Pro, but I finally really am stuck. I need to hide the background-image from mobile view but cannot (for the life of me) figure out how. I installed Browser Specific CSS to make the process easier, but alas- not easy enough for me.
I used the following code to add in the color I want to show in mobile:
body.android {background-color: #333333 !important;}
Then I tried to use the same idea to remove the image:
body.android {background-image: none !important;}
This second piece does absolutely nothing. I am completely stumped, but assuming it is something obvious to everyone else in the universe. Possibly I've got the wrong selector/element/class? (Ha ha, like I even know what those are!)
My site is still under construction, and I'll clean up my custom code when I finally learn how
tanathetattooedlady.com
Thank you x50k
B











