Title: Carousel Navigation Dots
Last modified: August 31, 2016

---

# Carousel Navigation Dots

 *  Resolved [Spork_Jones](https://wordpress.org/support/users/spork_jones/)
 * (@spork_jones)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/)
 * I was successful in disabling the slide show carousel and removing the forward
   and back navigation buttons. However, the three white dots that were on the slide
   show have migrated to the bottom of the page and I have no idea how to remove
   them completely. Link to the page is below.
 * [http://alltexsafety.com/](http://alltexsafety.com/)

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067527)
 * Hi..
 * Please remove below code from your theme’s home-slideshow.php file.
 *     ```
       <ol class="carousel-indicators">
               <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
               <li data-target="#myCarousel" data-slide-to="1"></li>
               <li data-target="#myCarousel" data-slide-to="2"></li>
       </ol>
       ```
   
 * Save the changes.
 * Thanks.
 *  Thread Starter [Spork_Jones](https://wordpress.org/support/users/spork_jones/)
 * (@spork_jones)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067652)
 * I don’t know that I will be able to remove that from the file as I do not have
   access to those files since I was given an account as an admin to work on an 
   existing site. I also cannot create child themes because of this. Would there
   be a way to fix this without deleting files?
 *  [asylum119](https://wordpress.org/support/users/asylum119/)
 * (@asylum119)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067653)
 * I am unfamiliar with this theme however if you have access to either edit CSS
   in the theme settings or install a CSS editing plugin you could always do it 
   that way by adding something like…
 *     ```
       /* remove carousel dots */
       .carousel-indicators li {
           display: none;
       }
       ```
   
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067655)
 * Hi@Spork_jones
 * The solution is giving by [@asylum119](https://wordpress.org/support/users/asylum119/)
   is perfectly work.
 * You can go Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.
   
   Now copy code given by asylum119, and paste into Custom CSS Editor.
 * Let’s know further assistance.
 * Thanks.
 *  Thread Starter [Spork_Jones](https://wordpress.org/support/users/spork_jones/)
 * (@spork_jones)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067665)
 * Excellent! thanks [@asylum119](https://wordpress.org/support/users/asylum119/)!
 *  [pavaneshdk](https://wordpress.org/support/users/pavaneshdk/)
 * (@pavaneshdk)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067774)
 * Hi
 * i have issue i see black dot in review rating number in the carousel slider
 * my website is [http://www.tulucinema.com](http://www.tulucinema.com)
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067775)
 * Hi [@pavaneshdk](https://wordpress.org/support/users/pavaneshdk/)
 * You are using another theme, please install Enigma first.
 * or please raise your issue on correct theme forum.
 * Thanks.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067776)
 * Hi [@pavaneshdk](https://wordpress.org/support/users/pavaneshdk/)
 * You are using another theme, please install Enigma first.
 * or please raise your issue on correct theme forum.
 * Thanks.

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

The topic ‘Carousel Navigation Dots’ 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/)

 * 8 replies
 * 4 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/carousel-navigation-dots/#post-7067776)
 * Status: resolved