• I have uploaded my picture and set the background color. but that strip persists. do I remove the pic through the theme folder?

Viewing 1 replies (of 1 total)
  • Go to the stylesheet (style.css) and search for this:

    .page-wrapper:before {
    position: absolute;
    content: “”;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: url(images/page-top-bg.jpg) no-repeat center 0 #ff5b5b;
    }

    and change the height to “0px”

    This removes the remaining strip on top.

    Best,
    V

Viewing 1 replies (of 1 total)
  • The topic ‘Strip of theme background at top persists’ is closed to new replies.