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

    (@livemesh)

    Can you tell us what exactly do you want to customize with arrows? We can provide the required help.

    Thread Starter mstudioIL

    (@mstudioil)

    Hey, I want different icon and bigger size

    Plugin Author livemesh

    (@livemesh)

    You can change the icon and icon size using the following custom CSS. Do note that this will utilize the fontawesome icons provided by elementor or you can choose your own custom font icon provided by the theme or another plugin –

    .lae-container .lae-flex-direction-nav a, .lae-container .lae-flex-direction-nav a:hover { 
    font-family: 'FontAwesome' !important;
    font-size: 28px; 
    line-height: 1; 
    height: 28px; 
    width: 28px;  }
    
    .lae-container .lae-flex-direction-nav a.lae-flex-prev:before {
       content: "\f060";
    }
    
    .lae-container .lae-flex-direction-nav a.lae-flex-next:before {
        content: "\f061";
    }

    You can look in the fontawesome stylesheet here for the icons you need –

    https://livemeshelementor.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css

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

The topic ‘Testimonials Slider arrows’ is closed to new replies.