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 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;
}

本文标签: Changing navigation strip color with CSS