Jump to content

Background color within a text box


Guest

Recommended Posts

Im using the Classic skin. The text box backgrounds are a light blue. Any idea on how to change them to white? Is it possible to just change selected box backgrounds white?

Gina

Link to comment
Share on other sites

Guest woodbtreasures

It's very simple to change really

go to

/skins/{Your_Skin}/stylesheets/layout.css

find

}

.boxContentLeft, .boxContentRight {

border: 1px solid #000000;

background-color: #EBEDFE;

padding-left: 5px;

margin-bottom: 10px;

padding-top: 3px;

padding-bottom: 5px;

}

and change the value background-color to your desired hex code

If you wanted to use different colors for different boxes or even different sides like left/right then you would have to create new styles in the stylesheets and then change the appropriate code elsewhere. Still not TOO hard but defintely more complicated than a simple color change.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...