Title: Remove text Recent Posts
Last modified: August 21, 2016

---

# Remove text Recent Posts

 *  Resolved [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-text-recent-posts/)
 * I would like to remove the text “Recent Posts” from the bottom of the screen
 * Raindrops
    alteregvoices.com
 * thanks
 * hurra03

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-text-recent-posts/#post-5024563)
 * Hi hurra03
 * I can not access your Site.
 * (DNS lookup Error)
 * thank you
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-text-recent-posts/#post-5024583)
 * Sorry – types it wrong:
 * [http://alteregovoices.com](http://alteregovoices.com)
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-text-recent-posts/#post-5024588)
 * I will explain the two methods
 * **Using CSS**
 * Add to style.css last line below style rule
 *     ```
       #raindrops-recent-posts{
           display:none!important;
       }
       ```
   
 * **Using Template Edit**
 * Dashboard / Appearance / Editor
 * click brank front Page Template at right sidebar
 * Add first line (`<?php` before) below code.
 *     ```
       <?php
       $raindrops_bf_recent_posts = '';
       ?>
       ```
   
 * Thank you.
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-text-recent-posts/#post-5024589)
 * Thank you!!! (resolved)

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

The topic ‘Remove text Recent Posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [hurra03](https://wordpress.org/support/users/hurra03/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/remove-text-recent-posts/#post-5024589)
 * Status: resolved