Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901900

    Hi

    How can I remove the automatic text ‘Leave a reply’, ‘Want to join the discussion’, etc from the Comments element? I don’t want any text. I’m using a child theme.

    Also, is it possible to align the ‘Post Comment’ button center instead of left?

    Thanks

    Kim

    #902042

    Hey Kim,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #902099

    Hi Victoria

    My website isn’t live yet but I’ve put details in the private section for you for WP log in.

    Thanks

    Kim

    #902515

    Hi Kim,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .comment_container .miniheading, .comment_container .minitext, #respond #reply-title, .logged-in-as {
      display: none;
    }
    .main_color #commentform input[type='submit'] {
       margin: 0 auto;
        display: block;
     }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #902653

    Hi Victoria

    That’s perfect, thank you!
    Kim

    #902757

    Hi,

    Glad that Victoria helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove text from Comments Element’ is closed to new replies.