In SharePoint Online, I have a team site with classic experience, I want to remove the above list ribbon for a specific SharePoint list without removing the Stop Editing button.
I have tried this CSS to hide the list ribbon but I can't find the stop editing button to save my changes?
<style type="text/css">
#ribbonBox
{
display: none;
}
</style>