Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

QUESTION: CSS Style Change Question

  Asked By: Keaton Boyle         Date: Jan 07, 2006      Category: Sharepoint      Views: 231
 

Does anyone know how to edit this background color. I am using the default css files for menu, ows, and sps. I would like to change this background to white but I cannot seem to figure out where in this long cascading style sheet this is changed.

Does anyone have a cheat sheet other than the document that Microsof provides?

Tagged:        

 

5 Answers Found

 
Answer #1       Answered By: Megan Martin          Answered On: Jan 07, 2006       

There is lot of documentation for this, Try this blog http://heathersolomon.com/blog/articles/166.aspx

 
Answer #2       Answered By: Donta Kirkland          Answered On: Jan 07, 2006       

You need to edit  the .ms-bannerframe style  rule.

Check out my How To here: http://heathersolomon.com/blog/articles/166.aspx

It is for swapping out the image, but the class is the same and you can use it to swap out the color.

 
Answer #3       Answered By: Cade Velazquez          Answered On: Jan 07, 2006       

I was able to edit  it a little bit. First I had to recopy the templates folder and add back the default  contents. We had a previous contractor come in an edit everything. We want to go from a Green site to the default blue.

This is what I have so far.

I got the links to come back from adding the a:link and a:visited styles to the ms-banner. But now I can I get the entire ms-banner to be white. Seems to me that it does not go all across. Do I need to make our logo bigger? We want it be be entire white.

 
Answer #4       Answered By: Ariana Christensen          Answered On: Jan 07, 2006       

Send me the snippet of code for the banner and the CSS code for ms-bannerframe.

 
Answer #5       Answered By: Darrius Whitfield          Answered On: Jan 07, 2006       

this is a great site to learn how to modify the style  sheets for
SharePoint, I think that I got the link http://james.milne.com/SPSkin/

 
Didn't find what you were looking for? Find more on QUESTION: CSS Style Change Question Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].