Title: Simple Post Template
Last modified: March 10, 2018

---

# Simple Post Template

 *  Resolved [david](https://wordpress.org/support/users/dskirk/)
 * (@dskirk)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/)
 * The post template shows avatar, content, category and a right sidebar. (Mine 
   even shows the Archives widget, even though I do not have it set). With your 
   help, I would like to remove everything except the actual content of the post(
   text and photo). I realize that likely requires that I use a child template for
   an edited PHP file, but I would appreciate it. Is that capability built into 
   the premium version?
    Thank you, david
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsimple-post-template%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/simple-post-template/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/simple-post-template/page/2/?output_format=md)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10063698)
 * Hii david,
 * Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General 
   Options -> paste the below CSS in Custom CSS box and save –
 *     ```
       .enigma-sidebar {
           display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [david](https://wordpress.org/support/users/dskirk/)
 * (@dskirk)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10069069)
 * I do appreciate your help, but that did not work. See page at [https://davidskirk.org/wpsamp/another-post-for-demo/](https://davidskirk.org/wpsamp/another-post-for-demo/)
   Thanks anyway.
    david
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10072300)
 * Hii david,
 * We check your site and didn’t find the above CSS. Please paste the below CSS 
   in Custom CSS box and save –
 *     ```
       .enigma-sidebar {
           display: none !important;
       }
       ```
   
 * Thanks.
 *  Thread Starter [david](https://wordpress.org/support/users/dskirk/)
 * (@dskirk)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10073566)
 * THANKS. That worked. I also added additional CSS, although possibly crude, to
   remove avatar and date. Changes are:
 * /* ### remove sidebar on post */
    .enigma-sidebar { display: none !important;}/*
   remove avatar */ .enigma_post_author img { display: none !important; } .author_detail_img{
   display: none !important; } .enigma_blog_comment i { display: none !important;}.
   enigma_blog_comment { background: #e2dae8; } /* ### remove date */ .enigma_post_date{
   background: #e2dae8; color: #e2dae8; }
 * The post now looks much better. If you could advise how to remove the links to
   other posts at bottom, that will complete my hoped for changes. The page looks
   much better now. Thanks for your help. My example at [https://davidskirk.org/wpsamp/another-post-for-demo/](https://davidskirk.org/wpsamp/another-post-for-demo/)
   has a link at bottom to another post (Hellow World) and if that can be removed,
   I’ll mark the post updates completed. Thanks,
    david
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10073776)
 * Hii david,
 * Paste the below CSS in Custom CSS box and save.
 *     ```
       nav#wblizar_nav {
           display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [david](https://wordpress.org/support/users/dskirk/)
 * (@dskirk)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10073923)
 * THANKS! That did it. The post now looks very clean, thanks to your help.
    Best
   regards on that, david
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10076558)
 * Your most welcome,
 * Let us know for further query.
    Please give your review – [https://wordpress.org/support/theme/enigma-parallax/reviews/?filter=5](https://wordpress.org/support/theme/enigma-parallax/reviews/?filter=5)
 * Thanks.
 *  Thread Starter [david](https://wordpress.org/support/users/dskirk/)
 * (@dskirk)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10088324)
 * DONE. I gave five stars. Thanks for your help.
    david
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years ago](https://wordpress.org/support/topic/simple-post-template/#post-10089124)
 * Thank-you so much david for your review.
    Let us know for further query.
 *  [karinbeviere](https://wordpress.org/support/users/karinbeviere/)
 * (@karinbeviere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/simple-post-template/#post-10333787)
 * I have the same issue on my event page. Using the codes above I was able to remove
   all except for the two brown squares next to the photo. Can you help me remove
   that as well? thanks.
 * [https://lizforrest.ca/event/toltec-series-on-salt-spring-island/?instance_id=4](https://lizforrest.ca/event/toltec-series-on-salt-spring-island/?instance_id=4)
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/simple-post-template/#post-10334370)
 * Hello,
 * Paste the below CSS in Custom CSS box and save.
 *     ```
       .enigma_blog_wrapper ul.blog-date-left {
           display: none;
       }
       ```
   
 * Thanks.
 *  [karinbeviere](https://wordpress.org/support/users/karinbeviere/)
 * (@karinbeviere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/simple-post-template/#post-10336800)
 * Thank you, this worked perfectly!
 *  [edsonbsb](https://wordpress.org/support/users/edsonbsb/)
 * (@edsonbsb)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/simple-post-template/#post-10338053)
 * Using the codes above I was able to remove all but i didnt change the font color
   in comments to authors. It shows in color white like link below to 3 author comments.
   How to change to the font color black? Thanks
 * [http://escoladasnacoes.com/academia-news/](http://escoladasnacoes.com/academia-news/)
    -  This reply was modified 7 years, 10 months ago by [edsonbsb](https://wordpress.org/support/users/edsonbsb/).
    -  This reply was modified 7 years, 10 months ago by [edsonbsb](https://wordpress.org/support/users/edsonbsb/).
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/simple-post-template/#post-10339253)
 * Hello,
 * Paste the below CSS in Custom CSS box and save.
 *     ```
       .enigma_comment_detail .enigma_comment_detail_title {
           color: #000;
       }
       ```
   
 * Thanks.
 *  [edsonbsb](https://wordpress.org/support/users/edsonbsb/)
 * (@edsonbsb)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/simple-post-template/#post-10340857)
 * Great,
 * Thanks a lot.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/simple-post-template/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/simple-post-template/page/2/?output_format=md)

The topic ‘Simple Post Template’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma-parallax/7.71/screenshot.
   png)
 * Enigma Parallax
 * [Support Threads](https://wordpress.org/support/theme/enigma-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/enigma-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma-parallax/reviews/)

 * 16 replies
 * 4 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/simple-post-template/page/2/#post-10385579)
 * Status: resolved