Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1129294
Author & Comments for Blog Item
Closed

Comments

  •  2
    esi started the conversation

    I would like to know how I could modify the design for the comments and author for the blog-item. Please let me know which files I should modify if I want to replace the icons and the boxes design.

  •  7,121
    Oliver replied

    HI!

    The comments template:

    wp-content/themes/thegem/comments.php

    author-block

    wp-content/themes/thegem/inc/content.php

    line 303

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    esi replied

    Hi,

    Thank you for your reply but I was thinking about the css also...ex. how to make the post author box smaller and change the background color. 

    Also, how can I disable to comments for all the posts?

    Thank you!

    Best,

  •  7,121
    Oliver replied

    Css:

    .post-author-block.rounded-corners.clearfix {
        background-color: #000000 !important;
        padding: 20px;
    }
    div#comments {
        display: none;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver