Posts

Showing posts with the label menu

google Blog 상단 네이게이션 바 없애기 (top navigation)

Image
1.템플릿>HTML 편집으로  들어가서 2. ctrl+f 누르고 </head> 검색 후 윗줄에  아래와 같이 추가하면 된다. ------------------------------------------------------ <style type='text/css'>   #navbar {display:none;} </style> 3. 템플릿 저장.