Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Changing the font size of the Page Bar

  Asked By: Evan Simmons         Date: Aug 01, 2004      Category: Sharepoint      Views: 1901
 

Does anyone know how to change the font size of the integrated web part at the top of all pages that is the header/links for the sub-pages? I am needing to increase the size of the page title’s.

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Ernesto Dawson          Answered On: Aug 01, 2004       

You need to modify the style sheet. Its called sps.css. It is at in the following root on the machine where Sharepoint is installed.

C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033\STYLES \sps.css

You need to figure out in that file, which one is responsible for the header text. Easy way to see it is, look in the view source of the page  and find out the class used for that  web  part. Then modify that class in the css file. It is not that difficult.

Good luck.

 
Didn't find what you were looking for? Find more on Changing the font size of the Page Bar Or get search suggestion and latest updates.


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