How to copy a Call to Action or Quick Links web page from one page to another?

vrm 671 Reputation points
2023-05-02T21:19:32.4233333+00:00

I have both a Quick Links web part and a Call to Action web part on my site homepage that I would like to copy to another page in the site. If this can be done, how? Thanks.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
8,560 questions
{count} votes

Accepted answer
  1. Emily Du-MSFT 36,521 Reputation points Microsoft Vendor
    2023-05-10T02:18:51.0133333+00:00

    Yes, you should re-create the web part in the home page.

    In general, you should use some CSS codes in the Modern Script Editor web part to hide a modern web part in the modern page.

    1.Add The Script Editor Webpart back to SharePoint Modern Experience

    2.Check CSS Style for a web part using Developer Tool.

    User's image

    3.Add display:none to this CSS Style in the Script Editor web part.

    style>
    .CanvasZone:not(.CanvasZone--fullWidth) .ControlZone{display:none;}
    </style>
    

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Emily Du-MSFT 36,521 Reputation points Microsoft Vendor
    2023-05-04T08:23:36.57+00:00

    There is no option to copy a web part from one page to another page in the SharePoint online. You only could move and duplicate a web part in one page.

    As a workaround, on the top bar click the plus + next to "New" then select "copy of this page" allows you to make a complete copy of the page.

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.