Click on the "Edit HTML" > then "Proceed"
Step 2
Copy the below code.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Paste above code as shown below.
*/
/* Content
----------------------------------------------- */
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}
No comments:
Post a Comment