Step 1: Go to Template > Edit HTML
<b:includable id=’status-message’>
Step 3: Extend your code by clicking on the arrow of that line or the dots near ‘status-message’ as shown in screenshot.
Step 4: You will find the following code.
<b:includable id=’status-message’>
<b:if cond=’data:navMessage’>
<div class=’status-msg-wrap’>
<div class=’status-msg-body’>
<data:navMessage/>
</div>
<div class=’status-msg-border’>
<div class=’status-msg-bg’>
<div class=’status-msg-hidden’><data:navMessage/></div>
</div>
</div>
</div>
<div style=’clear: both;’/>
</b:if>
</b:includable>

Step 5: Replace the code with the following code!
<b:includable id=’status-message’>
<b:if cond=’data:navMessage’>
<div>
</div>
<div style=’clear: both;’/>
</b:if>
</b:includable>
Step 6: Click on “Save Template” & you’re done!
Thanks for reading! Subscribe via Email for more Tricks.