• Hi people,

    how can I remove the navigation at the enigma slider? Because i’m only using one slide.

    Thanks and kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general options.

    Now copy below code and paste into custom css editor.

    .carousel-indicators {
        display: none !important;
    }

    Save the changes.

    Thanks.

    Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general options.

    Now copy below code and paste into custom css editor.

    .carousel-indicators {
        display: none !important;
    }

    Save the changes.

    Thanks.

    I tried this and it didn’t work. i also want to remove the “up” arrow. anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the navigation arrows at the enigma slider?’ is closed to new replies.