ecopress
Member
Posted 8 months ago #
Good day to all,
I could use some help please. I absolutely love this theme. However, I don't like the rainbows. I am wondering how I can change the background of this theme (or better yet, keep the image of the clouds but get rid of the rainbows). I have been trying for hours through the CSS stylesheet but can't figure it out. Any help would be much appreciated.
--- Anabelle
http://wordpress.org/extend/themes/cloudy-blue-sky/
Have you tried, in the Dashboard,
Going to;
- Appearance
- Themes
- Customise
Then selecting the background image through there?
ecopress
Member
Posted 8 months ago #
Andrew, thanks so much! However, there isn't any kind of option as are in most themes where the background can be changed. I am not given that option.
Any other thoughts? Thanks again!
Sounds like you'll need to tamper with CSS.
When modifying themes at all, you should create a Child Theme or if you want to specifically change CSS, try activating a Custom Style/CSS plugin.
Have you either?
radhika
Member
Posted 8 months ago #
@ecopress
you can change the background of your site with the help of style.css of your theme.
search /*body*/ in style.css of your theme & edit the background:
body {
color: #666;
padding-bottom: 20px;
background:#74ccf2 url(images path) center top repeat-x; <-- change the background
}