Custom Post Page

Hey guys,

I love this theme for the ease of setting up a homepage with one, big cover image I can lay some hyperlinks/menu atop of.

But then it also becomes background for my blog/post page. I can place container with text on top of picture, but picture is still distracting. I want my post page to just be text on white background, not on top of same cover homepage image.

Is this possible?

Thanks,

captainbyliner

Hi Captainbyliner,

I hope you are well today and thank you for your question.

Could you please tell me how you are setting the image and also share your site URL where you are using it so that i can help you to apply big cover image only on home page?

Kind Regards,
Movin

Thanks for the prompt reply Movin!

Here is the homepage I set up: http://sunshinehoroscopes.com/

The cover image remains on all of my posts and pages: http://sunshinehoroscopes.com/peek-page/

I’m thinking I went backwards. That I should have kept posts and pages simple and then created a custom homepage with front-page.php but I’ve never really done that.

I think I could design a nice cover page with HTML and CSS but don’t quite understand how to recreate that HTML file on the front-page.php page. I know I’m close but something is not quite computing. :slight_smile:

Thanks,

captainbyliner

Hi Captainbyliner,

Thank you for sharing the site URL.

You can display the background image only on home page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

html body.custom-background:not(.home) {
	background-image: none;
}

Best Regards,
Movin