Title: Custom theme
Last modified: September 1, 2016

---

# Custom theme

 *  [siretec60](https://wordpress.org/support/users/siretec60/)
 * (@siretec60)
 * [10 years ago](https://wordpress.org/support/topic/custom-theme-34/)
 * Hello,
 * i’d like to know how to remove the second text zone on the slider images?
 * Then i’d like to know how to display the slider image only on the homepage and
   none on the top of articles?
 * Thanks for your help

Viewing 1 replies (of 1 total)

 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/custom-theme-34/#post-7465125)
 * Hello,
 * to remove the second text area:
 *     ```
       .flex-caption p {;
           display: none;
       }
       ```
   
 * to remove images from the blog add the following style:
 *     ```
       .blog-image {
           display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Custom theme’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Template Express](https://wordpress.org/support/users/danstriker/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/custom-theme-34/#post-7465125)
 * Status: not resolved