[Theme: Twenty Twelve] Change colors on mobile site
-
Hello,
Problem: Client has asked that their site be white/light colored text on dark grey/black background (with apologies, I don’t want to get into a debate about whether or not this is a good thing to do; we’ve had that discussion). I have successfully modified a Twenty Twelve child theme to produce this effect.
However, I can’t figure out the CSS to change the mobile (phone-sized) version of the site – it still comes up as black text on a white background. When I open the site in Firefox and modify it using firebug, the CSS that I need to add to get the mobile to look right is thus:
body { color: #ddd; background: #000; } body .site { box-shadow: none; } .site { background-color: #000; }
I understand that I’m probably not dealing correctly with this notion of a ‘responsive’ site – that is, the site is built starting from a mobile site and working up from there to a full site. None of the media selectors I’ve tried have had any effect on the mobile look.
You can see the site here: https://modishmetalart.ca
Any help gratefully appreciated.
Chris
- The topic ‘[Theme: Twenty Twelve] Change colors on mobile site’ is closed to new replies.