• Resolved MichaelDeger

    (@michaeldeger)


    Hi all,

    I’m new here. I’ve testet a little bit with some free wordpress themes,
    virtue free theme is in my opinion one of the best.

    On the frontpage is a good flexslider. Is it possible to hide the navigation arrows?

    Can you help me?

    Michael

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    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

    Thread Starter MichaelDeger

    (@michaeldeger)

    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

    Thread Starter MichaelDeger

    (@michaeldeger)

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Flexslider possible without navigation arrows?’ is closed to new replies.