[Theme: Twenty Fourteen] Change content/body background color
-
Hi
Tearing my hair out here trying to resolve what should be a very simple issue. I can’t seem to change the white (presumably, default?) background color of the body/content of pages/posts. NB. I am not trying to change the background color of the area within which the post sits: I’ve done that fine with:
.site { background-color: #FF69B4; }
… but that still leaves my text on a white background.
I’ve got Fourteen Extended and Fourteen Colors plugins activated, and am using a Child Theme to make any necessary changes to CSS.
After looking at various “solutions” on the forum (albeit mainly for other themes), I’ve tried:
body { background-color: #FF69B4; } .entry-content { background-color: #FF69B4; } .single-post{ background:#FF69B4; } .main-content { width: 100%; background-color: #FF69B4; } #page { background-color: #FF69B4; } .page { background-color: #FF69B4; } #wrapper { background-color:#FF69B4; } .wrapper { background-color:#FF69B4; } .page-content { background-color: #888; } .content{ background-color:#FF69B4; } .container{ background-color:#FF69B4; }
… all without success.
I’ve seen suggestions that I should be amending (via Child Theme) the functions.php file, but can’t seem to find a solution there, either.
I’m sure I’m missing the point here – does Twenty Fourteen have <divs> with unusual names that I’m perhaps missing?
Any pointers would be greatly appreciated.
Cheers
- The topic ‘[Theme: Twenty Fourteen] Change content/body background color’ is closed to new replies.