wordpress网站给文章H标签标题添加背景色

wp美化21592阅读模式

文章H标签添加背景色

  1. background#ebebeb;

 

添加位置看css样式表位置

本博客实例:
wordpress网站给文章H标签标题添加背景色
 
自用代码:

  1. border-bottom1px solid #ed0000;
  2. background-color#d7caca;

 
效果展示
wordpress网站给文章H标签标题添加背景色
 
自用最新版全(自用备份)

  1. /*  h标签背景颜色 */
  2. .single-content h3,.single-content h4,.single-content h2{
  3. background: #ebebeb;
  4. }
  5. .entry-header h1 {
  6.       border-bottom: 1px solid #ed0000;
  7.     background-color: rgba(255226820.49);
  8. }

 

宜家网
  • 本文由 发表于 2021年12月22日 05:40:52
  • 转载请务必保留本文链接:https://www.yjro.com/403.html
评论  2  访客  1  作者  1
    • 星光
      星光 1

      博主文章通俗易懂,很有帮助,不错!

        • 企鹅seo
          企鹅seo

          @ 星光 欢迎来访

      发表评论