I am using the css body { backgroundcolor: black } and it colours all pages, but only want to colour my posts. I have tried body .post { backgroundcolor: black } but it colours the container instead.
I am using the css body { backgroundcolor: black } and it colours all pages, but only want to colour my posts. I have tried body .post { backgroundcolor: black } but it colours the container instead.
Share Improve this question asked May 16, 2020 at 6:55 Scott McEwanScott McEwan 11 Answer
Reset to default 0Are you creating your own theme? Or are you editing an existing theme? In either of the cases, I would advise you to learn more about CSS selectors and to learn how to use Chrome Dev Tools to inspect and change your CSS