Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

can any one tell me how to change the top blue of a default sharepoint 2010 site to yellow and it sholud effect to all my sharepoint form

share|improve this question
google.com/… – Mahmoud Farahat Jan 9 at 20:12
Do you want to change only the top blue bar ? or the whole site Look and Feel ? – SigarDave Jan 10 at 6:52
Yes only blue color to yellow color and it should effect to all sites it should be default when ever a new site is going to create or for all edit view new .aspx pages .@sigarDave – Ram Jan 10 at 19:01

closed as off topic by Bill the Lizard Jan 11 at 1:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Check out Heather Solomon's blog. It has information on all of the built-in SharePoint css classes and which UI elements they affect. Here is the SharePoint 2010 Css Chart. #s4-ribbonrow is the main css class controlling the top blue part of a default SharePoint page.

If you don't want to mess with the css then you can change the theme by going to "Site Actions -> Site Settings -> Look and Feel -> Site Theme. However, I will warn you that the existing themes other than the default one are pretty disgusting.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.