-
AuthorPosts
-
Robin Friend
Robin
- Join date:
- March 2014
- Posts:
- 201
- Downloads:
- 3
- Uploads:
- 26
- Thanks:
- 49
- Thanked:
- 4 times in 1 posts
August 18, 2014 at 2:26 pm #200616Hi, how can i change the gray header color above the green line? This color is only viewable in the responsive layout.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 18, 2014 at 3:20 pm #546394Try pasting the following CSS rule within your custom.css file, and then modify the background color code:
.navbar-inner {
background-color: #f5f5f5Robin FriendRobin
- Join date:
- March 2014
- Posts:
- 201
- Downloads:
- 3
- Uploads:
- 26
- Thanks:
- 49
- Thanked:
- 4 times in 1 posts
August 19, 2014 at 11:53 pm #546586The code didn’t work.
<em>@TomC 441838 wrote:</em><blockquote>Try pasting the following CSS rule within your custom.css file, and then modify the background color code:
.navbar-inner {
background-color: #f5f5f5
</blockquote>TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
Robin FriendRobin
- Join date:
- March 2014
- Posts:
- 201
- Downloads:
- 3
- Uploads:
- 26
- Thanks:
- 49
- Thanked:
- 4 times in 1 posts
August 20, 2014 at 2:42 am #546605it still doesn’t work 🙁 …sorry for the trouble
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 20, 2014 at 6:39 am #546644Hello
Add this css code in your custom.css file@media (max-width: 767px) {
.t3-mainnav .navbar-inner {
background: #000 }}
Change the value of color code>>> #000 as per your need .
Let me know if it helps1 user says Thank You to Pankaj Sharma for this useful post
Robin FriendRobin
- Join date:
- March 2014
- Posts:
- 201
- Downloads:
- 3
- Uploads:
- 26
- Thanks:
- 49
- Thanked:
- 4 times in 1 posts
August 20, 2014 at 12:22 pm #546705Yay, that worked! Thank you!!!!!!!!!!!! 🙂 <em>@pankajsharma 442128 wrote:</em><blockquote>Hello
Add this css code in your custom.css file@media (max-width: 767px) {
.t3-mainnav .navbar-inner {
background: #000 }}
Change the value of color code>>> #000 as per your need .
Let me know if it helps</blockquote>AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by Robin 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change header color in responsive view
Viewing 7 posts - 1 through 7 (of 7 total)