Contents
On the SharePoint Ribbon, select the Page tab. Select Edit. Notice that all web parts on the page now display borders and are individually selectable. Move your mouse over the upper right corner of the web part you will edit.
Activate publishing at the site level
- From any page within the site, select Settings. and then select Site settings.
- On the Site Settings page, in the Site Actions section, select Manage site features.
- On the Site Features page, next to SharePoint Server Publishing, select Activate.
How to change the web part title bar?
In the top right corner of the web part is a dropdown – select “Edit Web Part”. Then click on Edit Snippet (read here for more on Script Editors). Add the below code in the ‘text box’ and click on Insert to finalize. Remember to change the Hex codes to the colours you would like to use. This is what the code consists of.
How to make the web part title Bold and increase the font?
E.g. to make a webparts Title bold and gray, you want the following CSS 1. Add a HTML Form webpart to the page 2. Edit the webpart properties of the HTML Form webpart 3. Under the Appearance section, change the chrome type to None 4.
How to add a web part to quick links?
If your page is not already in edit mode, click Edit at the top right of the page. Hover your mouse above or below an existing web part and you’ll see a line with a circled +, like this: Click and then select the Quick links web part. Type over the Quick links title to add your own title. Click the Edit web part button to set your options:
How to add a script editor to a web part?
Add the Script Editor: 1 Edit the page. 2 Click in a zone at the bottom of your page below all the other web parts. 3 Insert Tab > Web Part > Media and Content > Script Editor > Add.
https://www.youtube.com/watch?v=h32MgcLRIYE