Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56807
    peenie92
    Member

    Hi, Ive just noticed a solid black bar that appears on top of my site over the header image. You can see it at http://www.ifishanywhere.com I have the following custom css already put in to reduce space top and bottom of header image:

    /* Margin above Logo */
    #header .logo-wrap { margin-top: 10px; }
    /* Margin above Social Icons */
    #header .social-search { margin-top: 67px; }
    /* Margin above Menu */
    #header #mainmenu { margin-top: 10px; }

    Any help would be greatly appreciated.

    #56941
    Sakin
    Keymaster

    @peenie92: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide that bar.
    #header .top-bg { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Weird black bar has appeared!’ is closed to new replies.