【问题标题】:CSS For Changing the main navigation background color用于更改主导航背景颜色的 CSS
【发布时间】:2021-04-10 15:42:02
【问题描述】:

我正在尝试将网站 cheswickwarriorsfutbol.com 的主标题的背景颜色设置为 #3f406d。我使用了以下代码,但它们似乎不起作用。

.main-navigation {
color: #3f406d;
}

.hm-nav-container {
background-color: #3f406d;
}

.navigation-top {
background-color: #3f406d;
}

有人可以帮忙吗?谢谢

【问题讨论】:

    标签: css wordpress navigation


    【解决方案1】:

    .mh-custom-header 是您要查找的 CSS 选择器。

    /* custom header */
    .mh-custom-header {
      background-color: #3f406d!important;
    }
    

    【讨论】:

      【解决方案2】:

      你很亲密。

      试试这个类:

      .mh-header {
          background-color: #e26060;
      }
      

      除了该类,您可能还想影响具有相同属性的 .mh-custom-header 类

      【讨论】:

        【解决方案3】:

        @Calvin Langer,您的代码行完美运行。谢谢!真快!

        【讨论】:

          猜你喜欢
          • 2013-07-14
          • 2015-05-27
          • 1970-01-01
          • 2017-12-27
          • 1970-01-01
          • 1970-01-01
          • 2018-01-05
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多