Change the Background color of the top navigation for our site and add a button

john john 926 Reputation points
2022-05-17T01:58:59.813+00:00

I have a modern communication site inside our SharePoint Online tenant, and we want to do the following modification to our top navigation area:-

1) Change the background color to be dark blue

2) Add a button on the top-right corner >> and when users click on this an external link will open.

Here is what we need to build:-

202493-sw.png

So can anyone advice how we can achieve the above 2 points?

Thanks

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,206 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,561 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,569 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. T. Kujala 8,696 Reputation points
    2022-05-17T04:32:43.5+00:00

  2. RaytheonXie_MSFT 30,906 Reputation points Microsoft Vendor
    2022-05-17T08:10:46.967+00:00

    Hi @john john ,
    If you want to change the global navigation in the modern experience, have a look at Application Customizers and use the header placeholder.
    https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions

    ===================================

    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.


  3. sadomovalex 3,626 Reputation points
    2022-05-23T14:05:31.71+00:00

    you may add custom elements to the page header (not to navigation though) via application customizer: Use page placeholders from Application Customizer.

    0 comments No comments