Community Forums › Forums › Design Tips and Tricks › Remove background from landing page
This topic contains 8 replies, has 2 voices, and was last updated by Herman 3 months, 2 weeks ago.
-
AuthorPosts
-
January 17, 2013 at 1:34 pm #12699
Hi,
How do I remove the background from this landing page http://www.gatheringofdiamonds.com but maintain the background image for all the other pages?
I want to just have a black background for the landing page playing the YT video.
Thanks
January 17, 2013 at 2:08 pm #12710Use custom body classes http://wpsites.net/web-design/changing-background-color-specific-page-post/
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 17, 2013 at 3:15 pm #12722I added this CSS code but it made no difference
.page-id-6 {
background: #000000
}Please advise
January 17, 2013 at 3:35 pm #12725.page-id-6 {
background: #fff;
}Because its black. Try this and change the hex code to the color you want
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 17, 2013 at 3:46 pm #12728This is the code I used but the bg remains unchanged
.page-id-6 {
background: #000;
}January 17, 2013 at 4:22 pm #12738You could try removing this image http://www.gatheringofdiamonds.com/wp-content/uploads/2013/01/bg.gif
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 17, 2013 at 5:00 pm #12746Removing that bg image would remove it from all other pages on the site.
I extended the width on #wrap and that seemed to do it although the bg remains.
.agency-landing #wrap {
width: 1500px;
height:1000px;
margin:0px auto;
background-color: #000000;
}February 5, 2013 at 12:26 am #18152Looks like you worked it out Herman?
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.February 5, 2013 at 7:15 am #18183Brad..thanks for checkin. The background is still there.
I gave up trying to remove it and instead extended the black bg of #wrap and #inner.
I’d prefer to still remove the bg.
-
AuthorPosts
You must be logged in to reply to this topic.