I don't understand how to use the body classes.
I want to remove the logo, title, slogan, and change the background images for specific landing pages, but have the rest of the site maintain a consistent design.
I figured out the background image, but it repeats. I want it positioned left, no repeat, and fixed.
Then I want to remove the Logo, Title, Slogan, and Nav Bar to create more of a canvas or sales page look on specific pages.
I'm currently using the Bf Blank child theme, and to get the background to change, I browsed forum posts and basically added this to the editor:
.slug-landing-bna.page { background: url(http://wakeupsmiling.com/wp-content/uploads/2012/02/1.jpg);
}
As I said, it displays the background image I want, but it repeats. I know this is probably a standard CSS issue, but I want to make sure I code it right.
Thanks for the help.