Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Robin Friend
    #200616

    Hi, how can i change the gray header color above the green line? This color is only viewable in the responsive layout.


    1. Screen-Shot-2014-08-18-at-8.23.02-AM
    TomC Moderator
    #546394

    Try pasting the following CSS rule within your custom.css file, and then modify the background color code:


    .navbar-inner {
    background-color: #f5f5f5

    Robin Friend
    #546586

    The 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 Moderator
    #546596

    <em>@rwold 442065 wrote:</em><blockquote>The code didn’t work.</blockquote>

    Whoops … missing a semi-colon at the end:


    .navbar-inner {
    background-color: #f5f5f5;

    Try again 🙂

    Robin Friend
    #546605

    it still doesn’t work 🙁 …sorry for the trouble

    Pankaj Sharma Moderator
    #546644

    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

    Robin Friend
    #546705

    Yay, 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>

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Robin 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum