post list.

kakao adfit

2014년 5월 14일 수요일

구글 블로거 글제목 색 바꾸기


  1. 템플릿
  2. HTML편집
  3. </b:skin> 을 찾은 후 펼쳐보기
  4. /* Variable definitions
    ====================
    을 찾아서

    /* Variable definitions
    ====================
    <Group description="Post Title Color" selector="h3.post-title">
    <Variable name="post.title.link.color" description="Link Color" type="color" default="#ff0000" value="#ff0000"/>
    <Variable name="post.title.hover.color" description="Link Hover Color" type="color" default="#0000ff" value="#00ffff"/>
    <Variable name="post.title.color" description="Color on Post Page" type="color" default="#ff00ff" value="#ff00ff"/>
    </Group>
    으로 변경.
  5. 아래쪽에
    ]]></b:skin>
    을 찾아서

    h3.post-title { color:$(post.title.color); }
    h3.post-title a, h3.post-title a:visited {color:$(post.title.link.color); }
    h3.post-title a:hover { color:$(post.title.hover.color); }
    ]]></b:skin>
    으로 변경.

댓글 없음 :

댓글 쓰기