Store> edit>mata data , Custom Store Message (Home Page). Select Code </> and past the HTML code.
HTML
<div class="custom-store-message-Simple-Style">Store Closes at 8 PM</div>
CSS(Add in CSS Section, )
.custom-store-message-Simple-Style-Full-Width
{
background: linear-gradient(to right, #ff7e5f, #feb47b);
width: 100%;
padding: 2px 5px;
border-radius: 2px;
margin-top: 5px;
font-weight: 500;
color: #fff;
}