Hi there, Is it possible to hide the blog post section on home page when there are no posts. I have tride making the selection in the theme options section but the empty blog section still apears. I would appreciate any guidance on how to fix this. Kind regards, Pat.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featurebox { visibility: hidden; ] And after adding the post remove this code from your custom css.