Forums

How to change the sidebar background color in Prosenseq (4 posts)

  1. PetraW
    Member
    Posted 3 years ago #

    I have had a look at the css. style sheet and changed all sorts of color numbers, but cannot find the one bit of code that will change the actual background color of the single sidebars. Where is it? How can I do it?

  2. PetraW
    Member
    Posted 3 years ago #

    This problem is still not solved. This must be possible, but how?

  3. lisabethannm
    Member
    Posted 2 years ago #

    my goodness petra, did you find out the answer to this? it's the same problem i'm having...

  4. doc4
    Member
    Posted 2 years ago #

    PetraW,

    Are you referring to the ProSense theme? If so the entire background is a single image which can be seen here from the demo site: http://thewrongadvices.com/ProSense/wp-content/themes/ProSense/images/page_background.jpg

    Notice that the two sidebar colors are included in this file. Alter the image file and you will be able to change your colors. The CSS code is:

    #page {
       background: #FFF url(images/page_background.jpg) repeat-y center top;
       margin: 0 auto;
       padding: 0 10px;
       width: 950px;
       }

Topic Closed

This topic has been closed to new replies.

About this Topic