Title: Image instead slide
Last modified: August 21, 2016

---

# Image instead slide

 *  Resolved [tersoal](https://wordpress.org/support/users/tersoal/)
 * (@tersoal)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/)
 * Hi.
 * I’m using customizr and it’s awesome!
 * One question. I’ll like to show an image instead a slider in the home page, or
   perhaps a hero unit, just like the theme website:
 * [http://www.themesandco.com](http://www.themesandco.com)
 * How can I make it? There is no option in the customize section, and I’ll prefer
   not to edit the theme loyout.
 * Thanks in advance.

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084109)
 * Use the slider feature but only add a single slide. You can remove the previous/
   next arrows with CSS.
 *  Thread Starter [tersoal](https://wordpress.org/support/users/tersoal/)
 * (@tersoal)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084115)
 * Yes, it´s an option. I was worry about arrows in the slide.
 * I will try.
 * Thank you so much!
 *  [RustyWood](https://wordpress.org/support/users/rustywood/)
 * (@rustywood)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084134)
 * I used this css for the arrows:
 * /* remove previous/next arrows */
    .carousel-control { display:none ; }
 *  Thread Starter [tersoal](https://wordpress.org/support/users/tersoal/)
 * (@tersoal)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084140)
 * Thank you.
 * But this affects to all carousels, and I need affect only to home slide, because
   I want to put carousel in other pages.
 * I’m working in that.
 *  [RustyWood](https://wordpress.org/support/users/rustywood/)
 * (@rustywood)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084141)
 * Hi right you are
 * /* remove previous/next arrows from home page only */
    .home .carousel-control{
   display:none ; }
 *  Thread Starter [tersoal](https://wordpress.org/support/users/tersoal/)
 * (@tersoal)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084149)
 * Perfect!
 * This is what I wanted.
 * In addition, I have move the caption to bottom and right for show the autor of
   the image, and I have delete background.
 * .home .carousel-caption {
    background: none; vertical-align: bottom; left: 40%;
   padding: 0; }
 * If you want simply to delete caption:
 * .home .carousel-caption {
    display:none ; }
 * I like this community 🙂

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

The topic ‘Image instead slide’ is closed to new replies.

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

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)

 * 6 replies
 * 3 participants
 * Last reply from: [tersoal](https://wordpress.org/support/users/tersoal/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/image-instead-slide/#post-4084149)
 * Status: resolved