D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Easy Extend Grey box problem

Front Page D5 Creation Forum General Support Easy Extend Grey box problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3376
    Paul Holley
    Participant

    I’m using Easy Extend and I have, for the most part, been able to convert the color scheme from grey to blue. Except the Widget sidebar area. There is still a grey box where i don’t have a widget.

    SEE: http://equitynm.com/about/

    What CSS change am I missing?

    Thank you in advance for your help.

    #4423
    D5 Creation
    Keymaster
    Quote:
    Quote from paulh on May 20, 2013, 01:37
    I’m using Easy Extend and I have, for the most part, been able to convert the color scheme from grey to blue. Except the Widget sidebar area. There is still a grey box where i don’t have a widget.

    SEE: http://equitynm.com/about/

    What CSS change am I missing?

    Thank you in advance for your help.

    Please change

    Code:
    #content {
    border-right: 260px solid #0093C9;
    }

    to

    Code:
    #content {
    border-right: 260px solid #FFFFFF;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.