• Resolved slrosenow

    (@slrosenow)


    Using Enigma free version 2.8.4. We want to use the slider to add some text to the front page, using only one slide. I’ve already used CSS to eliminate the navigation arrows/chevrons above the slider content. The problem arises with the dot/circle found at the bottom of the slide that’s used to indicate which of the three slides you’re viewing. Depending on the screen size, this sometimes appears over the content, obscuring some of it. We need away to either disable that part of the slider navigation or make it transparent.

Viewing 4 replies - 1 through 4 (of 4 total)
  • weblizar_support

    (@weblizar_support)

    hi slrosenow..

    Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save –

    .carousel-indicators .active {
        display: none!important;
    }
    Thread Starter slrosenow

    (@slrosenow)

    Thanks. Excellent support.

    Thread Starter slrosenow

    (@slrosenow)

    Thanks again.

    weblizar_support

    (@weblizar_support)

    Your most welcome…and thanks for using weblizar’s theme.

    Please give your feedback at this Link.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider Navigation Dots’ is closed to new replies.