• Resolved ameliehub

    (@ameliehub)


    Hello, I’ve installed the testimonial slider. The navigation controls does not show (Only the navigation direction). It shows on the Elementor editor but not on the page.
    Also, I would like to change the color of the bullets but style does not allow me to do that.
    Thanks for your help on the matter.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author livemesh

    (@livemesh)

    The navigation controls are indeed populated but hidden since the row in which the slider is housed does not have any padding – top or bottom. You can see the controls by having the below custom CSS in your plugin settings->Custom CSS tab.

    .lae-container .lae-flex-control-nav { bottom: -15px;}

    I would recommend you deactivate the Nav Menu Addon for Elementor plugin on your site since it is raising a JS error as seen below –

    Error in Chrome Developer Console

    You can also change the color by having the below Custom CSS –

    
    .lae-container .lae-flex-control-nav li a, .lae-container .lae-flex-control-nav li a:hover { background: #7b2b2b; border-color: #d5a9a9; }

    It is hard to provide customization controls for all widget elements in Style tab of Elementor.

    Thread Starter ameliehub

    (@ameliehub)

    Sorry for my late reply. Your reply has helped me a lot.
    Thanks

    Plugin Author livemesh

    (@livemesh)

    Glad to hear. Happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Testimonial slider – navigation controls’ is closed to new replies.