wordpress修改顶部图片尺寸`边框线长度和底部版权。

审查元素看到是class=”site-header 打开模板函数 (functions.php) 找到

.site-header {
background-image: url(

top-navigation {

border: none;
border-radius: 0;
background-color: #fff;
z-index: 996;
min-height: 32px;
border-bottom: 1px solid #e2e2e2;

}

site-navigation {

background-color: #ffffff;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
border-left: none;
border-right: none;

}

打开style.css文件在{ }里面加入长度数据和居中
width: 1140px;
margin: auto;

有position: absolute; display: block; 时居中无效,用left: 7%;

wordpress修改底部版权
1.下载Poedit,wordpress\wp-content\languages\zh_CN.mo修改语言包 %1 s s 自 豪 地 采 用 s构建,改成你想要的文字。
2.打开模板函数 (functions.php) 找到wordpress.org修改。
3.审查元素找到credits,打开 主题页脚 (footer.php)修改。
三种方案,第一种不推荐,二三组合修改效果好。
备案号也改二和三就行。
wordpress\wp-content\languages\zh_CN.php

你可能感兴趣的:(wordpress修改顶部图片尺寸`边框线长度和底部版权。)