donalthompson
Member
Posted 3 months ago #
Being a complete amateur and armed only with the bewildered I have been trying to adapt the Applicance theme to my needs. All I need to do now is to change the colour of posts background but I can't see where to do it. If any kind soul could point me in the right direction, I would be so grateful.
I'm at http://www.keep-share.info/wp
:-)
D
Does your theme come with a section in the dashboard named, "Custom CSS" or "Jetpack"?
donalthompson
Member
Posted 3 months ago #
No, Andew, I'm afraid not. I am slopping around in the Stylesheet css like a bull in a china shop.
Can you download & install this Custom CSS Manager plugin to hold your CSS modifications?
Otherwise modifications to the theme's files will;
- Compromise the theme.
- Be compromised when the theme updates.
Also can you make sure the website you posted is correct?
donalthompson
Member
Posted 3 months ago #
OOPS.
Sorry, it was http://www.keep-calm.info/wp
Thanks for the help!
D
Is it that page you're referring to, when changing the background of each post?
donalthompson
Member
Posted 3 months ago #
The list of posts (with the red background and the boxes) if fine for me.
The following is what I would like to have a white background and black text for:-
http://www.keep-calm.info/wp/chris-martin-group-session-1-observations/
D
Do you have the colour value, i.e in hexadecimal format, that you want the list of posts changed to?
donalthompson
Member
Posted 3 months ago #
Thanks for your interest Andrew,
The list of posts at http://www.keep-calm.info/wp/ is great. I like the red bg and white boxes.
It's posts such as
http://www.keep-calm.info/wp/chris-martin-group-session-1-observations/
where I would like a #ffffff (white) background.
Does that make sense?
D
In the Custom CSS section of the dashboard, add this;
.single-post #wrapper {
background: white;
}
donalthompson
Member
Posted 3 months ago #
YOU SAINT!!!!
Thank you so much!