Hi again. I’ve resolved the captcha issue but would still like to know how to remove the comment box should I need to do so in the future.
Most importantly, I discovered why the sidebar navigation doesn’t appear on my homepage. I added the below code to my custom CSS to remove the footer from the homepage. When I delete the code from the Custom CSS the sidebar menu appears but so does the footer which I don’t want on the homepage. Please let me know how to fix this. Thanks again.
.home #content,
.home footer {
display: none;
}
.home .site-header-image {
margin-bottom: 0;
}
Last question. Is it possible to turn off the zoom/ pulse effect for the home page featured image?
(@alanaj7)
6 years, 1 month ago
Hi there. Thank you for this clean, beautiful and easy to use theme. I’ve gotten my site up in less than 24 hours. I am stuck on a couple things.
1. The sidebar navigation does not drop down when selected from the homepage. The three menu items disappear and an X appears.
2. How do I add a captcha to my comments box or remove the comment boxes altogether?
Thank you in advance for you for your help.