Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi luckybais.

    i searched whole web

    I’m not sure that’s even possible ??

    The sidebar shares a background with the main container. You can set the sidebar widget area background separately, as was demonstrated in your other post. However, to set the entire sidebar background you need to set the main container background:

    /* set entire primary sidebar background to white */
    .col-2cl .main-inner {
      background: #fff;
    }

    The downside to this is that it also sets the background for the content area. However in your case, since the content area is already white, you don’t need to make any other changes.

    Thread Starter Chandan Bais

    (@luckybais)

    bdbrown thank you for help. i will try this next time. i was unable to set sidebar color so i have changed theme now. but i will try this on local server wordpress.

    ok thanks for the update.

    If you don’t have any further questions on this topic please mark it as Resolved. Thanks.

    Thread Starter Chandan Bais

    (@luckybais)

    i have tested that code, its working thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘no developer could help me.’ is closed to new replies.