css master page 3 coloum layout color change

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
does any one no how to change the color of the side menu in the three coloum master pages
13 年 前
hi james, can you be more specific?

do you want to change the background of the entire column or just behind the boxes?

loo in the app_theme folder --> your selected theme

edit style.css


as an example edit :

.master-wrapper-leftside-3
{
  float: left;
  width: 180px;
  margin: 0 0 0 10px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  display: inline;

background: red;


}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.