Blog – Background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #476875
    Leonardo
    Guest

    Bit questions…
    how do to for change Background color of blog (o posts) page? (no white)
    Thank’s!
    Leo

    #477685
    J. Davis
    Keymaster

    Hi Leonardo,

    You can try to customize style of theme via Appearance>Customize>Additional CSS. For example to change background color at post page you need to add style below:

    body.post-template-default.single.single-post .wrapper {
        background-color: #eee;
    }

    Best regards,
    John

    #484473
    Leonardo
    Guest

    thanks!!!

    #485444
    Leonardo
    Guest

    sorry… and in /category/ page?

    #490161
    J. Davis
    Keymaster

    Hello Leonardo,

    You can try adding the style below:

    body.archive.category .site-main{
        background-color: #808080;
    }

    Best regards,
    John

    #490759
    Leonardo
    Guest

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.