• Hi all,

    Twentyeleven
    Twentyeleven-child
    Cimy header image rotator

    I can’t resolove the color of the Home body-background;

    string.satimis.com

    differs from other pages, deeper brown color.

    If uncheck “Uncategorized” the color will be same on all pages. Hower clicking “Update” it’ll check “Uncategorized” automatically.

    Please help. Thanks

    satimis

Viewing 4 replies - 1 through 4 (of 4 total)
  • you have a different background color defined for singular (web) pages like static pages, and single posts:

    .singular #primary {
        margin: 0;
    	background: #f4ddc1;
    }

    compared to the general (web) pages like index, and archives, etc:

    #primary {
        float: left;
    	margin: 0 -26.4% 0 0;
    	width: 100%;
    	background: #dbb82b;
    }
    Thread Starter satimis

    (@satimis)

    Hi,

    If deleting;

    #primary {
        float: left;
    	margin: 0 -26.4% 0 0;
    	width: 100%;
    	background: #dbb82b;
    }

    There is no background color on Home, only white background

    satimis

    try changing the background color in that style instead of deleting it.

    formatting basics are not covereed by this forum; please consider asking at a CSS forum like https://csscreator.com/forumhttps://csscreator.com/forum

    Thread Starter satimis

    (@satimis)

    Thanks

    satimis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color of Home body differs from other pages’ is closed to new replies.