• I am using THE COLUMNIST theme, when I go to Theme / Customize
    there are only two options. I don’t have an option for background color. Anyone know how to fix this or what to edit to change the background?
    Not the greyish area but the white background. I tried several things but didn’t work

    Thanks so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Without seeing the site, impossible to say anything except to suggest that you use Firebug to look at the CSS for what you want to change.

    Thread Starter elames

    (@elames)

    Sorry I forgot to post it
    https://curiotice.com

    The white area is being set by the image in this CSS:

    #page {
        background: url("images/bg-tile.gif") repeat-y scroll 0 0 #F2F2F2;
        min-height: 1000px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    You could use another image or just remove that section and use the color that is there (the hex is the grey) or change the hex color to another one that you prefer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing features not available’ is closed to new replies.