Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1227247

    Dear support team,

    On the page https://www.elianafe.com/buecher-neu5/ we wanted at the bottom of the page: from the visual representation a Testimonial Slider (Compact), but this should also be operated manually using arrows in addition to the automatic run be. see screenshot: http://elianafe.com/support/Books/Testimonial.png
    Based on an existing post in your forum (https://kriesi.at/support/topic/testimonial-slider-tweak/) I have already managed to make the arrows in this testimonial slider visible.

    I just don’t get the color settings. I could still define the arrow color well using css. But even if I tried to change the background of the box around the arrow to white – also via css – it only turns gray.
    I just want to show the arrows without any background.

    I have integrated the following code in the css:
    # top.page-id-7983. quote .avia-slideshow-arrows a {
    height: 80;
    width: 15px;
    line-height: 32px;
    margin: -30px -30px 0; / * Added this * /
    background: #ffffff;
    color: http://elianafe.com/support/Books/Testimonial.png
    }

    What’s the mistake? What would you recommend?

    Thank you very much and best regards Diana

    #1228067

    Hey Diana,
    Sorry for the late reply and thanks for the login, I restored your test page so I could see the issue, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-testimonial-wrapper .avia-slideshow-arrows a:before {
        background: transparent !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1228221

    Hello Mike,

    that works pretty well. Thanks a lot for your support!
    My question has been solved perfectly.
    best regards
    Diana

    #1228266

    Hi Diana,

    I’m glad that Mike was able help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Testimonial SLider Compact with Arrows – arrow color setting’ is closed to new replies.