Title: Rishi Theme's Replies | WordPress.org

---

# rishitheme

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rishi Companion] Need Option to Hide Breadcrumb on Home Page](https://wordpress.org/support/topic/need-option-to-hide-breadcrumb-on-home-page/)
 *  Plugin Author [rishitheme](https://wordpress.org/support/users/rishitheme/)
 * (@rishitheme)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/need-option-to-hide-breadcrumb-on-home-page/#post-15399020)
 * Hello [@grisma](https://wordpress.org/support/users/grisma/),
 * The feature to hide the title is not yet available in the theme options currently.
 * The feature request has been noted down and added to the product development 
   road-map and will be revisited and addressed in future updates.
 * As of now, you can still use **some custom CSS codes** to hide the title. For
   this, please go to your **WordPress site’s dashboard > Appearance > Customize
   > WordPress Defaults > Additional CSS** and add the following CSS codes.
 *     ```
       .home .page .entry-header .entry-title {
           display: none;
       }
       ```
   
 * This should provide a fix for your issue.
 * If you have any queries further, please feel free to write here.
 * Regards.

Viewing 1 replies (of 1 total)