admin管理员组文章数量:1426507
I own a website, Digital Phablet, i want to know how can i change thr color of Blue strip to Red? I have attached the picture too as well as you can check it on my website by typing the name on google.
Please give CSS to change it.
I own a website, Digital Phablet, i want to know how can i change thr color of Blue strip to Red? I have attached the picture too as well as you can check it on my website by typing the name on google.
Please give CSS to change it.
Share Improve this question edited Jun 22, 2019 at 14:49 Nathan Johnson 6,5286 gold badges30 silver badges49 bronze badges asked Jun 22, 2019 at 13:30 user148174user1481741 Answer
Reset to default 0In file named style.css
on line 1235
.mobile-navbar {
height: 44px;
background-color: red;
}
and on line 3824
.header-bottom {
position: relative;
height: 50px;
background-color: red;
}
本文标签: Changing navigation strip color with CSS
版权声明:本文标题:Changing navigation strip color with CSS 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745377594a2656008.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论