用于更改主导航背景颜色的 CSS
Posted
技术标签:
【中文标题】用于更改主导航背景颜色的 CSS【英文标题】:CSS For Changing the main navigation background color 【发布时间】:2021-04-10 15:42:02 【问题描述】:我正在尝试将网站 cheswickwarriorsfutbol.com 的主标题的背景颜色设置为 #3f406d。我使用了以下代码,但它们似乎不起作用。
.main-navigation
color: #3f406d;
.hm-nav-container
background-color: #3f406d;
.navigation-top
background-color: #3f406d;
有人可以帮忙吗?谢谢
【问题讨论】:
【参考方案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,您的代码行完美运行。谢谢!真快!
【讨论】:
以上是关于用于更改主导航背景颜色的 CSS的主要内容,如果未能解决你的问题,请参考以下文章