Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter arminarmvolunteers

    (@arminarmvolunteers)

    oh and thanks in advance ??

    Plugin Author Kerry

    (@bluenotes)

    Your theme is also using flexslider which is overriding some of the testimonial css. Try adding the following to your theme’s custom css area or style.css file:

    .bne-testimonial-slider.flexslider .flex-direction-nav {
    	top: auto !important;
    	left: auto !important;
    }
    
    .bne-testimonial-slider.flexslider {
    	float: none !important;
    }
    
    .bne-testimonial-slider.flexslider .slides > li {
    	height: auto !important;
    }
    
    Thread Starter arminarmvolunteers

    (@arminarmvolunteers)

    is there a certain section I need to add this in style.css? sorry, not a computer person…

    Plugin Author Kerry

    (@bluenotes)

    At the end would be fine so that you know where it is. If you’re using a child theme then that would be the best location so that you’re not making changes to the parent theme. There are also a number of free css plugins available here on the repo that you could add this into such as this one, https://www.ads-software.com/plugins/simple-custom-css/

    Thread Starter arminarmvolunteers

    (@arminarmvolunteers)

    well, I put it in the end of style.css and no change…

    Thread Starter arminarmvolunteers

    (@arminarmvolunteers)

    never mind, it worked ?? thank you so much, appreciate your quick and awesome help!!!! we’ll be upgrading once we get more testimonials!

    Plugin Author Kerry

    (@bluenotes)

    Awesome glad to hear it works ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘slider doesn't work’ is closed to new replies.