• Resolved Spork_Jones

    (@spork_jones)


    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.

    https://alltexsafety.com/

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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

    (@spork_jones)

    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?

    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;
    }

    Hi@Spork_jones

    The solution is giving by @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

    (@spork_jones)

    Excellent! thanks @asylum119!

    Hi

    i have issue i see black dot in review rating number in the carousel slider

    my website is https://www.tulucinema.com

    Hi @pavaneshdk

    You are using another theme, please install Enigma first.

    or please raise your issue on correct theme forum.

    Thanks.

    Hi @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.