Viewing 3 replies - 1 through 3 (of 3 total)
  • You can copy the code and paste it in your style.css:

    hgroup.full-container {
        min-height: 130px;
    }
    .logo {
        display: none !important;
    }
    Thread Starter Petersaurus

    (@petersaurus)

    I don’t think I explained myself very well. The logo to the left of the slider is to remain, but the image below the menu needs to go. I can’t find anywhere in that page to remove it.

    Thanks for your reply!

    Currently I can not see the slider in your header and also no image below the menu. Are you referring to the image that is saying “Captivate” or what? If that then you have added this in your style.css to activate this:

    #main {
        background: url("images/COH.logo.jpg") no-repeat scroll center center #f6f6f6;
        padding: 35px;
    }

    You can remove this to get rid of that background image.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Vantage header image’ is closed to new replies.