Can someone please advise me how to change the background colors in the left and right columns?
While your are at it, would you also know how to change the color of the horizontal bar in which the breadcrumb trail resides?
Thanks to all in advance!
Can someone please advise me how to change the background colors in the left and right columns?
While your are at it, would you also know how to change the color of the horizontal bar in which the breadcrumb trail resides?
Thanks to all in advance!
There are several possible answers depending on exactly which parts of the left and right columns you want to change.
.columnLeft {background-color: #aabbcc;}
is one.
If you get the Firefox Web Developer extension, you can look these things up yourself without waiting for somebody else to answer.
Hi G,
I tried your suggestion:.columnLeft{background-color: #ffffff;}, but to no avail??? Did I take your recommendation too literally? Did I need to add something else as well? I added it to my custom template, where I have been making all other changes.
Adden: Do you also have any suggestions for changing the color of the center, Bread Crumb Trail bar? I have used a version of the tile_back.gif as the header for all of the sidebar windows, and would like to use the same thing for the BCT bar as well.
I would need to see your site to tell you exactly where you need to edit for this.
#navBreadCrumbs {background-image: url(../images/tile_back.gif);}
would be the likely way to use tile_back there.
I just wanted to update anyone reading this thread. First of all, gjh's suggestion on the navBreadCrumb{ command was right on. Regarding the column color changes, I discovered that they may be changed using the: #navColumnOne,#navColumnTwo{background-color: #112233;} command in the CSS file. Hope this helps someone else as well!!