【问题标题】:Cannot edit my wordpress footer background color无法编辑我的 wordpress 页脚背景颜色
【发布时间】:2021-09-18 14:55:25
【问题描述】:

我一直在尝试编辑页脚背景颜色。如果我进入我的编辑页面 > 页脚选项,我会看到这些颜色选项,但在调整背景颜色后仍然不起作用。还有其他想法如何调整页脚的背景颜色吗?我查看了主题选项、自定义、WP Bakery 页面构建器,但似乎找不到。唯一有效的颜色选项是当我调整页脚标题颜色 谢谢

【问题讨论】:

    标签: wordpress local footer custom-wordpress-pages wpbakery


    【解决方案1】:

    您可以尝试将自定义 CSS 添加到您的网站。

    像这样:

    你必须找到你的页脚类名。之后,您可以添加页脚标题颜色。例如:

    .your-footer-heading-class-name{
        color: red;
     }
    

    如果代码不起作用,您可以试试这个:

    .your-footer-heading-class-name{
        color: red !important;
     }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-05-30
      • 2012-04-27
      • 2013-11-03
      • 2013-04-05
      • 2018-08-21
      • 1970-01-01
      • 1970-01-01
      • 2012-05-02
      相关资源
      最近更新 更多