【教學】調整行動版網站標題大小

後台「主題」→「編輯 HTML」

搜尋 titlewrapper 找到以下內容

<div class='titlewrapper'> <h1 class='title'> <b:include name='title'/> </h1> </div>

修改為

<div class='titlewrapper'> <b:if cond='data:mobile'> <!--調整行動版網站標題字體大小--> <h3 class='title'> <b:include name='title'/> </h3> <b:else/> <h1 class='title'> <b:include name='title'/> </h1> </b:if> </div>

h3可自由更改成h2、h4、h5等
下一篇文章:
沒有留言:
張貼留言