- This topic has 1 reply, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello
I’m using the Ashe pro template for my website.
I created a page in my website displaying all my blog posts using the [ashe_blog]
code. On my blog page, there is this “form for visitors to write comments” that appears at the top of thepage, how can I delete it? My blog posts are below this huge form. (see on -> https://camillecauvez.fr/blog/)
Can you help me?
Thank you
Hi Camile,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.comments-area {
display: none;
}
Kind Regards