Home Forums Trusted How to change the white background color in all pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2922
    Aza
    Participant

    Hi, wonderful theme you have 😉

    I’ve a question, how can I change the white bgcolor on all pages, and the 3 features boxes? The colors schems does not refer to this.

    Thank you 🙂

    Here is a screenshot:

    #2923
    Aza
    Participant

    I’ve found for the Pages, by adding the following in the Additional CSS

    .page
    {
    background: #0a0a0a;
    }

    But, it does not work for the features boxes. Is this possible?

    #2924
    Aza
    Participant

    Found too!

    .featured-post
    {
    background: #0a0a0a;
    }

     

    Problem solved 😉

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the white background color in all pages’ is closed to new replies.