[Theme: Twenty Fourteen] CSS element to remove white border/padding
-
Hi All,
I am new to WP but have a little experience with CSS and HTML. I am trying to override the background color in the Twenty Fourteen theme so it’s always black, even if it’s not being shown fullscreen. So far I’ve achieved 90% success with some ugly white padding (or something) around the element that contains the main content of a post: https://www.earthskysea.org/
Here is my CSS:
article { background-color: black; color: white; } body { background-color: black; color: white; } div { background-color: black; color: white; } p { background-color: black; color: white; } h1 { background-color: black; color: white; } header { background-color: black; color: white; }
Any ideas would be welcome.
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Theme: Twenty Fourteen] CSS element to remove white border/padding’ is closed to new replies.