how to create a custom master page without top ribbon bar?

kong 41 Reputation points
2021-07-30T02:59:25.42+00:00

Hello ,

I am using SP 2013 and have a publish site collection. i want to create a custom master page but no top ribbon bar.

I followed below doc but it still has top bar.

Can you help me?

Thanks

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,597 questions
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 33,641 Reputation points Microsoft Vendor
    2021-08-02T01:33:39.68+00:00

    Hi @kong ,
    You can try use css to hide the ribbon,here is the sample:

    #suiteBar, #s4-ribbonrow  
    {  
        visibilityhidden;  
    }