Remove gray border from menu bar, so that it is all white

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Jul 21, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the gray border from around the navigation menu bar, so that it is all white. I would also this same color throughout the website. On pages other than home, the menu bar looks gray. I would like it consistent throughout.[​IMG]
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .menu-wrapper {
      border: 3px solid #FFFFFF;
     }
    .header_container.not_home {
      background: red !important;
    }
    Please change background color according to your requirement.

    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Thanks. I removed the second line about the header container because it interfered with something I already had. I see why the menu bar has a gray look on all the other pages besides the home page. It is because the white box is slightly transparent on those pages. Is there a way to keep it from being transparent?
     
  4. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Also, is there a way to lengthen the width of the menu bar, so that it is longer and all of my pages fit into a single line instead of dropping down to a new row?
     
  5. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    We have got your concern, please send us your WordPress dashboard admin login details at [email protected]. so that, we can have a look over the issues in detail and will try to resolve them ASAP.

    Your website Login link:
    WordPress username:
    WordPress password:

    Note: Once your issue get resolved, you can change your password.
     

Share This Page