最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Changing navigation strip color with CSS

programmeradmin1浏览0评论

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 user148174user148174
Add a comment  | 

1 Answer 1

Reset to default 0

In 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;
}
发布评论

评论列表(0)

  1. 暂无评论