Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61331
    Camille Cauvez
    Participant
    Premium Member

    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

    #61345
    vako
    Keymaster
    WP Royal Team

    Hi Camile,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .comments-area {
    
    display: none;
    
    }

     

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.