Try going under Appearance > Background.
1) Click “Remove Background Image.”
2) Select a different background colour, either via the colour picker or by entering a hex code.
Screenshot: https://cloudup.com/cXUHmenOCHl
Thanks, but the background is not a problem. It’s the page that the text is on that is the problem. I did some looking and was very surprised to find that most themes do not provide for change of the page color. I will need for my husband the computer engineer to go through the CSS code to find where the color command is buried. I looked and could not find it.
Could you please provide a link so I can take a look directly? I can help you better if I can see your site, as the above steps worked for me on a test site. Thanks!
Thanks, but it’s not published yet and I think I would have to make you an administrator to see it? In any event, your steps work fine for me too, just don’t address my particular problem. Thanks again!
Ah, I think I might understand what you’re trying to do. Could you try this CSS:
body.custom-background #page {
background-image: none;
background-color: #ffffff;
}
That should let you upload your own custom background image but then reset the background colour of the main column to white – just change the colour to anything you like.
Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
Let me know how it goes!
Thanks so much, Kathryn. My in-house tech support (spouse) thinks your idea will work, but I’ve decided to shop around for a new theme that will allow a bit more flexibility.
Sure, good luck with your theme search!
Haha @nancy324 “I’m going nuts!” <— I resonate!!! I too toiled for ages trying to figure it out. Seems to me in this theme sometimes things are one way then you try the same method and they become another way I can’t figure it out ?!
Kathryn – I am trying the method u suggested. But I can’t figure out how to activate custom css? Thanks