Title: jaymoon's Replies | WordPress.org

---

# jaymoon

  [  ](https://wordpress.org/support/users/jaymoon/)

 *   [Profile](https://wordpress.org/support/users/jaymoon/)
 *   [Topics Started](https://wordpress.org/support/users/jaymoon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaymoon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaymoon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaymoon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaymoon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaymoon/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Slick Slider] Not displaying slide title](https://wordpress.org/support/topic/not-displaying-slide-title/)
 *  [jaymoon](https://wordpress.org/support/users/jaymoon/)
 * (@jaymoon)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/not-displaying-slide-title/#post-3518693)
 * I added the following CSS into my template’s style.css file to remove the slider
   title, and the background border.
 *     ```
       div.wpss_slide h4 {display: none;}
   
       div#wpss_slideshow_slug {background: #ffffff;}
       ```
   
 * Replace _slug_, and modify what you want the background border to be.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do we remove comments](https://wordpress.org/support/topic/how-do-we-remove-comments/)
 *  [jaymoon](https://wordpress.org/support/users/jaymoon/)
 * (@jaymoon)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/how-do-we-remove-comments/#post-134706)
 * After hours of searching, and help from my buddy, we discovered that there’s 
   a line of code in the index.php file located in the dir of the theme you are 
   currently using.
 * I’m assuming you mean the part where it says “Posted in (category) | Edit | Comments
   disabled”

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