Jump to content

Change the white colour in between posts

Featured Replies

Posted

I want to make it easier to see between posts while reading the topic, it's too white and washed out for me at the moment so I just want to darken it down a touch. It's the part that is almost a container for the entire topic and flows inbetween each post. It looks bright white.  I've changed every single colour in the editor for buttons, front end and text and none of them affect it.

#ipsLayout_mainArea, #ipsLayout_sidebar {
    background: none repeat scroll 0 0 #insert hex choice;
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

 

Alternatively you can change the border

.ipsBox {
    border-color: #insert hex choice;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

 

  • Author

Thank you. Surprised it's not one of the colours you can easily change! 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.