Forum Discussion
GregSimonis
Jun 18, 2020Copper Contributor
SharePoint online - How do I remove the link in a web part title?
SharePoint online - How do I remove the link in a web part title? I want the title to be text only. I am using SharePoint online and a PC with Windows 10. I do NOT have access to SP Designer The ...
RobKatz
Dec 08, 2020Copper Contributor
Here's a workaround I just came up with that is working great for me.
- Add a column:
- More⦠Calculated
- Name=Tool (or whatever makes sense for you)
- Formula = "=[Title]"
- Create a new view
- All Items drop down
- Create new view
- Give it a name like "NoLinkTitle"
- Be sure "make public" is checked
- Edit current view
- Uncheck Title field display option (we want to hide it because it is a hyperlink to nowhere)
- Make Tool = position 1
- Set SORT by Tool
- Click OK