Title: hide/remove carousel indicator
Last modified: March 7, 2017

---

# hide/remove carousel indicator

 *  Resolved [xxpavan](https://wordpress.org/support/users/xxpavan/)
 * (@xxpavan)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/)
 * Hello my page is [http://www.billdalsdackshop.se](http://www.billdalsdackshop.se)
 * can i get help with some custom css code to hide / remove the carousel indicators?
   
   [http://prnt.sc/eh3czu](http://prnt.sc/eh3czu)
 * thanks

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

 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8884405)
 * Try this:
 * Go to Appearance > Customize > Additional CSS and put the following CSS code 
   in there. Save and refresh your page.
 *     ```
       a.carousel-control{
         display: none !important;
       }
       ```
   
 * You can see the controls are made hidden at [http://prnt.sc/eh49pl](http://prnt.sc/eh49pl).
 * Hope this helps.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8887307)
 * Hello,
 * Go to Appearance -> Customize -> Theme Options -> Theme General Options -> paste
   code in Custom CSS box and save.
 *     ```
       .carousel-indicators {
           display: none;
       }
       ```
   
 * Thanks
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8888105)
 * [@weblizar_support](https://wordpress.org/support/users/weblizar_support/), I
   believe hiding the `carousel-control` is a better option as it hides the entire
   control area while hiding only the indicators will still keep their wrappers (
   i.e. `carousel-control`) alive in the DOM, which I think is unnecessary as OP
   does not need the functionality at all.
 * What is your opinion?
    -  This reply was modified 9 years, 5 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).
    -  This reply was modified 9 years, 5 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8888647)
 * Hii Subrataemfluence,
 * We like your efforts.
 * Yes you are right that “hiding the carousel-control is a better option as it 
   hides the entire control area while hiding only the indicators will still keep
   their wrappers (i.e. carousel-control) alive in the DOM, which I think is unnecessary
   as OP does not need the functionality at all.”
 * But As per the Xxpavan requirement he just want to remove only slider indicators.
   In his screenshot he mention that with the red circle.
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8888842)
 * Yes, you are right as well. I just wanted to make it cleaner. I do understand
   your point. Thanks for your opinion. 🙂
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8892380)
 * You’re welcome Subrataemfluence.
 *  Thread Starter [xxpavan](https://wordpress.org/support/users/xxpavan/)
 * (@xxpavan)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8943923)
 * support was correct. Subratamflunence, that was even better for me since i do’nt
   use the slider thanks alot!

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

The topic ‘hide/remove carousel indicator’ is closed to new replies.

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

 * 7 replies
 * 3 participants
 * Last reply from: [xxpavan](https://wordpress.org/support/users/xxpavan/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/hideremove-carousel-indicator/#post-8943923)
 * Status: resolved