• Resolved Dani

    (@danicasati)


    Hi.
    Great theme here!
    But how can I switch colors of posts and pages, from white background and grey text to black background and white text?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please note that this is a free theme, so you don’t get all the customization options in Customizer. To change those colors you need to apply custom CSS:

    .posts .hentry,
    .is-singular .content-area,
    .page-template-page-template_front-php .page,
    .comment-body {
     background-color: #000;
     color: #fff;
    }
    h1, h2, h3, h4, h5, h6 { color: #fff; }
    

    Regards,

    Oliver

    Thread Starter Dani

    (@danicasati)

    Thank you for the code.
    It works for me.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Switch colors’ is closed to new replies.