add a color behind posts in HTML would be the wrapper
-
I want to add color (#E9967A) behind posts – like a colored sheet of paper. I do not want it to show up in the sidebar or anywhere else .
This is not the background color for the site, although I am trying to coordinate the colors.
Here is one attempt. The original CSS is inherited from outside style sheets so I can’t see/read them.
.site-content article
color: #E9967A;
{The blog I need help with is: (visible only to logged in users)
-
Hi there,
Is this what you want? https://cloudup.com/cxDUsrIUiS2
If so, then use this code;.site-content{ background: #E9967A; padding: 10px; } -
That works! Hurray and thank you. I gave you the wrong color code so I changed that and it looks perfect.
Thank you so much!
- The topic ‘add a color behind posts in HTML would be the wrapper’ is closed to new replies.