• I’m trying to create a landing page that has only an image — not a background that looks like a post or page. It’s at reformpt.com/sample-page

    Basically, what I want to do is remove all of the white. I’m not quite sure how to go about it.

    Any advice? I’m using responsive, with the landing page template.

Viewing 1 replies (of 1 total)
  • Hi,

    On you landing page the background is coming from featured DIV, if you want to remove the white background simply add:

    #featured {
        background:none;
    }

    or even better

    #featured {
        background:transparent;
    }

    Note that we have a dedicated forum at http://themeid.com/forum

    Thanks,
    Emil

Viewing 1 replies (of 1 total)
  • The topic ‘Remove post border’ is closed to new replies.