• The only way I can find to comment on a blog post is to click on the number (0) in the date/author/number of comments just to the left of the post.

    It’s very difficult to find. Can the comment feature be moved to the bottom of the post? Or at least have the callout icon clickable?

    Thanks for any suggestions on how to make this more visible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Here i’m sending a screenshot for you view.

    Link is here.

    If you want similar output then follow the given below steps :

    Create a “Child-Theme” first. Then create a “post-content.php” file into

    your “Child-Theme” directory.

    Now copy the code from this LINK and paste into “post-content.php” file of

    your “Child-Theme” directory.

    Now save the changes.

    Now go to dashboard admin panel >> appearance menu >> theme options >>

    Custom CSS.

    Now write below CSS rules into custom CSS editor:

    .enigma_blog_comment a{
    color: #428bca !important;
    }
    .enigma_blog_comment i {
    color: skyblue;
    }

    Save the changes

    Thanks

    Thread Starter janelanderson

    (@janelanderson)

    That’s almost everything I want it to do, thanks!

    How can I make the “fa fa-comments-o” icon be a link to comment?

    Hi,

    Create a “Child-Theme” first.

    Now create a “post-content.php” file into your child theme directory.

    Now copy the code from this LINK and paste into “post-content.php” file of

    your “Child-Theme” directory.

    Similarly create a “home-blog.php” and copy the code from this LINK and

    paste into “home-blog.php” file of your “Child-Theme” directory.

    Similarly create a “comments.php” and copy the code from this LINK and

    paste into “comments.php” file of your “Child-Theme” directory.

    Now save the changes.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Access point to comment on blog posts’ is closed to new replies.