reformedlib
Member
Posted 10 months ago #
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.
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