Hide blogpost from frontpage.

QuestionsCategory: Hello DarlingHide blogpost from frontpage.
rpfaber asked 5 years ago

Hi there,
I\’ve tried in the Darling theme to hide the blogpost for the front page. As described in the Theme documentation.
This succeeds but there is a part that is left on the home page. If Is look at the CSS class it is \”site-inner\”.
Can you help me out with this? On my website you can see the effect on the home page if you scroll down a bit. There is a white colored bar that is left behind. I like to remove that part.
I\’ve also attached a screenshot.
my website is: noorderoutdoor.nl
Kind regards,
Rob Faber
The Netherlands
 
 
 

Attachments
1 Answers
Jennifer Staff answered 5 years ago

You can add this to your sytle sheet

.front-page .site-inner {
display: none;
}

That will remove the white box on the homepage. Be sure to clear the hosting cache and browser cache after you add the change. If you have any issues you can send the login information to my email at jennifer@helloyoudesigns.com

rpfaber replied 5 years ago

Super! that’s it. Thank you very much. Great service and really quick response.
Kind regards,
Rob

Jennifer Staff replied 5 years ago

That is wonderful. The site looks beautiful. Let me know if you have any other issues.
Thanks
Jennifer

Claudia Hermann replied 5 years ago

Hello,

I have the same problem. I added the code at the end of the sytle sheet. But it does not work.

Claudia Hermann replied 5 years ago

I added it at custom css. And now it works. Great!