Hey, glad you like the theme!
You can hide the navigation arrows with this css:
.flex-direction-nav a {
display: none;
}
Just paste it into your custom css box in theme options > advanced settings.
Hannah
Hi Hannah,
thank you very much for your answer.
Is it to find under dashboard – design – editor – custom-css.php?
I can find nothing about flexslider settings.
Can you tell me the exact place, where I should fill in the code?
Thanks
Michael
MichaelDeger, As hannah said above,
Go to your theme options (under appearance) and click on advanced settings.
Add the css in your custom css box there.
Kadence Themes
Hi Kadence Themes,
thanks a lot!
Now I’ve found the right place. It works perfect!
Thanks
Michael
I’d like to get rid of the navigation arrows on the testimonial widget, but just can’t find the CSS selector. Can you help with that. Site in question is lorraineburwood.com, in case it helps to know! Thanks, Valerie
You can use this css:
.kadence_testimonials_slider .test-prev, .kadence_testimonials_slider .test-next {
display: none !important;
}
Kadence Themes