前言
给你的网站标题做个美化,提升美观度,只要是wordpress均可用
效果展示
![图片[1]-子比主题美化-文章页h2 h3标题美化-狸狸库 - 网络资源收集与分享](https://liliku.oss-cn-chengdu.aliyuncs.com/wp-content/uploads/2025/05/image-48.png)
教程开始
/*标题美化 */
.title-theme {
padding: 0px 0px 0px 45px!important;
background: url(/demo/h2.png) 10px center no-repeat;
background-size: 30px 20px;
color: #566889;
}
.title-theme:before {
display:none;
}
.wp-posts-content>h1.wp-block-heading{
padding: 0px 0px 0px 45px!important;
background: url(/demo/h2.png) 10px center no-repeat;
background-size: 30px 20px;
}
.wp-posts-content>h2.wp-block-heading{
padding: 0px 0px 0px 45px!important;
background: url(/demo/h2.png) 10px center no-repeat;
background-size: 30px 20px;
}
.wp-posts-content>h3.wp-block-heading{
padding: 0px 0px 0px 45px!important;
background: url(/demo/h3.png) 10px center no-repeat;
background-size: 30px 20px;
}
.wp-posts-content>h4.wp-block-heading{
padding: 0px 0px 0px 45px!important;
background: url(/demo/h3.png) 10px center no-repeat;
background-size: 30px 20px;
}
.wp-posts-content>h1.wp-block-heading:before{
display:none;
}
.wp-posts-content>h2.wp-block-heading:before{
display:none;
}
.wp-posts-content>h3.wp-block-heading:before{
display:none;
}
.wp-posts-content>h4.wp-block-heading:before{
display:none;
}
记得本地化一下图片,在网站根目录新建文件夹demo并将图片放入即可
标题图.zip
zip文件
1.1K
© 版权声明
THE END
暂无评论内容