gpt4 book ai didi

html - 带有 CSS 的手机中的 WordPress 导航栏菜单

转载 作者:行者123 更新时间:2023-11-28 01:52:32 25 4
gpt4 key购买 nike

我需要有关 CSS 智能手机导航栏菜单的帮助在电脑上这个网站很好,但在智能手机上它是一个白框

我可以自定义它的唯一方法是使用附加 CSS

我知道我使用的大部分代码都是毫无值(value)的

我只想去掉移动 View 中的白框

请看截图 first该网站位于 https://www.elans.gr

second

我使用的代码:

   .header-filter-gradient {
background: linear-gradient(45deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
}
.header-filter {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-position: center center;
background-size: cover;
}
.header-filter-gradient {
background: linear-gradient(45deg, #00000 0%, #00000 100%);
}

.navbar {
background-color: gray;
color: white;
}

.navbar.active {
background-color: #424bf4;
color: white;

}

.navbar.hover:not(.active)
{
background-color: #000;
color: white;
}

最佳答案

只需在您的 style.css 中添加以下 css

 @media (max-width: 768px) { 
.navbar.navbar-fixed-top .navbar-collapse {

background: #211818; //color that you need to change
color: red !important; // your text color
}}

关于html - 带有 CSS 的手机中的 WordPress 导航栏菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49841726/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com