• I am using the Custom Community theme on my site, wearesuns.com. I would like to change the left and/or right sidebar background color to orange (specific code: E8893C).

    Unfortunately I am not familiar with hardcore CSS or theme altering. If anyone could help me with this, I’d greatly appreciate it.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your style.css look for the area that starts with:

    /* > Sidebar
    -------------------------------------------------------------- */

    and right under the dotted line add something like:

    #leftsidebar, #sidebar {background:#E8893C;}

    That should work.

    Thread Starter WeAreSuns

    (@wearesuns)

    that line affected the left sidebar but not the right. Thank you for that step. If anyone knows how to affect the right sidebar as well, I’d be grateful for the tip.

    I just added the background color to div#sidebar using Firebug and the color changed.div#sidebar {background:#E8893C;}
    try it in Firebug and see if it works for you. Firebug is a Firefox extension (if you did not know that)

    sorry, we do not check the wordpress forums regularly enough… ?? Check out https://themekraft.com for support forums and quick help to our themes and plugins. if you still have some problems, just drop us a line in the forums there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change right/left sidebar background’ is closed to new replies.