Topic Resolution: Resolved
  • Closed
  • Per Raebild
    Spectator
    November 20, 2016 at 10:32 pm #31222

    Hi

    Have been looking for where i can change the background colour at posts?

    Can you give me a hint where to change it ?

    best regards

    Per Ræbild

    Denzel Chia
    Moderator
    Posts: 2656
    November 21, 2016 at 11:15 am #31233

    Hi,

    There is post grid on homepage.
    There is individual post view.

    Which background color do you want to change?
    Please post me URL.

    Thank you

    Per Raebild
    Spectator
    Posts: 13
    November 21, 2016 at 12:35 pm #31238

    Hi Denzel

    This is just at test side i use to prepare to setup a new site http://evolve.aoac.dk/

    I would like to test a light blue coloured backgrund at the page, and then post areas, widgets etc with white backgrund/boxes

    You can see an exampel here how i “maybe” would like to do it if possible http://everydayexplorers.org/

    But maybe its a bad idea 🙂 ?

    Best regards

    Per Ræbild

    Denzel Chia
    Moderator
    Posts: 2656
    November 22, 2016 at 10:39 am #31252

    Hi,

    Use the following in Theme Options -> Custom CSS

    .content {
    background: #fff000 !important;
    }

    I am color blind, please replace #fff000 with the color hex code you require.
    Use this tool.
    http://colorpicker.com

    This is the widget background.

    .widget {
    background: #ffffff !important;
    }

    Thank you