Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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,280
    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