Title: Remove sections
Last modified: August 31, 2016

---

# Remove sections

 *  Resolved [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/)
 * Hi There,
 * I really need to be able to remove all traces of ‘About the Author’ and the comments
   sections. I would also like to remove all Meta Data & side bars in posts.
 * Thanks
 * Stephen

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036231)
 * Figured it out – added the following custom CSS
 * .blog-post-date-area
    { display:none; } .blog-post-lg { display:none; } .blog-
   author { display:none !important; } .blog-author-social { display:none !important;}.
   author-description { display:none !important; } .author-box { display:none !important;}.
   comment-author-link { display:none !important; }
 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036233)
 * I also removed the reference to the sidebar in “simple.php”
 * Furthermore I removed the Blog-Author section which in turn removed the comments
   section
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036235)
 * This might be easier on the eye:
 *     ```
       .blog-post-date-area,
       .blog-post-lg,
       .blog-author,
       .blog-author-social,
       .author-description,
       .author-box,
       .comment-author-link {
           display: none !important;
       }
       ```
   
 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036240)
 * Final point however, our contact email in the footer widget is long(wish) and
   the end is missing – how do you decrease the font size in this? Whats the CSS
   for this?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036243)
 * Try:
 *     ```
       .footer-contact-detail-section .col-md-4:last-child h4 {
           font-size: 10px;
       }
       ```
   
 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036246)
 * Cheers Andrew
 * I just changed the section in
 * <h4><?php echo $footer_callout_setting[‘front_contact3_val’]; ?></h4>
 * to
 * <h5><?php echo $footer_callout_setting[‘front_contact3_val’]; ?></h5>
 * index-footer-callout.php
 * did the trick 🙂
 * Do you happen to know how where the icons “fa-*” happen to reside so I can choose
   appropriate ones?
 * Thanks
 * Stephen
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036248)
 * The icons are generated from a font family in CSS. The font family is “font awesome”.
   This should help: [https://fortawesome.github.io/Font-Awesome/icons/](https://fortawesome.github.io/Font-Awesome/icons/)
 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036251)
 * Thats amazing! Cheers Andrew!
 * Final one for the evening – can I make the thing red bar at the foot of the page
   slightly larger i.e height wise?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036254)
 * Yes, the red bar is a border style set on the footer:
 *     ```
       .footer-copyright-section {
           border-bottom: 5px solid #db2723;
       }
       ```
   
 * You just need to increase the “5”
 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036258)
 * Thanks so much Andrew
 *  Thread Starter [stephenhardy1978](https://wordpress.org/support/users/stephenhardy1978/)
 * (@stephenhardy1978)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036260)
 * oops not that bit – the bit below right at the very bottom, in mine its a thin
   red line.
 * Also trying to edit the cookie crum trail on blog posts so that it is either 
   totally below or above the heading… so to ask – any ideas where that might live?
 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036460)
 * Kindly create separate ticket for separate issues.
 * Closing this one..

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Remove sections’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/appointment-red/1.4.1/screenshot.
   png)
 * Appointment Red
 * [Support Threads](https://wordpress.org/support/theme/appointment-red/)
 * [Active Topics](https://wordpress.org/support/theme/appointment-red/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/appointment-red/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/appointment-red/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sections/#post-7036460)
 * Status: resolved