wordpress 網站變更字型匯總

wordpress 網站變更字型匯總

wordpress 更改字體: 改成微軟正黑體 body{font-family: arial,“Microsoft JhengHei”,“微軟正黑體“,sans-serif !important;}     在 Customer CSS裡面貼上以下:   @font-face { /*圓體*/  font-family: ‘cwTeXYen’;  font-style: normal;  font-weight: 500;  src:...

wordpress 自訂網頁字型

先在頭部加入: <style> @import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap’); </style> 在Customer CSS 中加入以下: h1, h2, h3, h4, h5, h6, p, bloakquote, address, big, cite, code,  em, font,  img, small, stritd, body {font-family: Verdana,...

QQ 線上客服程式碼

QQ 線上客服 <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″...

修改DIVI temperate Blog主題呈現為新聞模式

從修改頁面進入 進入修改CSS   .post-content { display: none; 以上為將“ Show Excerpt ” 內容拿掉   .et_pb_post { border-bottom: solid 1px #aaa; margin-bottom: 5px; padding-bottom:5px } 以上為修改各欄位的上下邊距。 h2.entry-title {padding-bottom: 0px !important; float: left; } 以上為將meta改為右邊顯示...