Emporio 구글테마, 헤더이미지 안보이게 설정 / Set the header image to not be visible


Emporio 구글테마, 헤더이미지 안보이게 설정




1. blogger.com 접속


2. 테마 세팅 Theme setting > HTML 


3. CTRL + F를 누르고 아래 코드를 검색한다.


data:widgets.Blog.first.posts.first.featuredImage

4. 이 코드를 주석 처리를 한다.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<!--
<b:if cond='data:view.isSingleItem'>
  <b:if cond='data:widgets.Blog.first.posts.first.featuredImage'>
    <b:include data='{                                 
                      image: data:widgets.Blog.first.posts.first.featuredImage, selector: &quot;.bg-photo&quot;                               
                     }' name='responsiveImageStyle'/>
    <div class='bg-photo-container'>
      <div class='bg-photo'/>
    </div>
  </b:if>
</b:if>
 -->

5. 공간 띄우기.  

CSS 마지막에 다음 코드를 추가한다.
헤더 이미지가 삭제되서 제목이 너무 붙어 있기 때문에 공간을 띄어서 보기좋게 한다.
1
.item-view .post-wrapper {padding-top:45px;}


Techbox

Techbox(테크박스)에 환영합니다! 문의사항은 이메일 또는 댓글 환영합니다.

댓글 쓰기

다음 이전