wordpress默认的模板如何将文字logo改成图片logo
wordpress默认的模板如何将文字logo改成图片logo
日期:2021-05-19 05:18:52 人气:1
Wordpress默认的模版已经带那么大张图了,你还要把文字logo改成图片吗...
方法如下,找到style.css 然后找到site-title a,然后替换为:#site-title a {background:url('images/logo.gif') no-repeat 0 0;display:block;text-indent:-999em;color:#555;width:160px;height:80px;}
logo图片名称为logo.g
方法如下,找到style.css 然后找到site-title a,然后替换为:#site-title a {background:url('images/logo.gif') no-repeat 0 0;display:block;text-indent:-999em;color:#555;width:160px;height:80px;}
logo图片名称为logo.g
