• I wanted to remove the mesh from the header image in mtysnaed.org.
    Also, I wanted to remove the balck back ground from the two sides of the header image. Please help

Viewing 2 replies - 1 through 2 (of 2 total)
  • To remove the mesh, add this to your style.css or custom.css file:

    #header-image:after {
    background: none;
    }

    The black in top section is controlled by this: (adding green as an example color;

    #top-section {background:green;}

    Cheers!
    spence

    Hi, I tried to remove the mesh with the code above, but it’s still there. Can I put it anywhere within style.css? or does it have to be somewhere in particular?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the mesh from the header image in sixteen theme’ is closed to new replies.