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