Comments 2esi started the conversationApril 10, 2017 at 9:33amI 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,121Oliver repliedApril 10, 2017 at 9:47amHI!The comments template:wp-content/themes/thegem/comments.phpauthor-blockwp-content/themes/thegem/inc/content.phpline 303Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2esi repliedApril 10, 2017 at 1:01pmHi,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,121Oliver repliedApril 10, 2017 at 1:14pmCss: .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 Sign in to reply ...
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.
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
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,
Css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver