• Resolved jairoubeda

    (@jairoubeda)


    Hello,
    first of all I wanna say thanks for your amazing plugin.
    My problem is that I’m having issues to change the navigation arrows color. I’ve tried so many ways but I failed, so I finally edited the “/plugins/strong-testimonials/public/css/slider-controls-sides-outside-buttons3.css”.css file and it worked.
    However, when I updated the plugin today, it was changed back to grey…
    I’ve tried adding different classes in my custom css under appearance but it doesn’t work for me.
    I’ve checked for this in the forum but what I found didn’t help me.
    This is the code I wrote on my custom css:

    .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before,.wpmslider-next:before{
    color:#f26395;
    }

    But the color keeps being override public/css/slider-controls-sides-outside-buttons3.css?ver=2.41.0
    lines 158 and 170
    Could you please help?

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @jairoubeda ,

    Thank you for reaching out to us!

    Can you send me the URL of the page to check the issue more closely?

    Please let me know if you have questions.

    All the best,
    Marian

    Thread Starter jairoubeda

    (@jairoubeda)

    Hello @visi19,
    sure, the link is this: https://maquilladoraterrassa.com/

    You can find the Strong Testimonial Slideshow in the home page right below where it says: “Lo que opinan mis clientes”

    Thanks for your help!

    Hello @jairoubeda ,

    Thank you for reaching out to us!

    Can you add this code in
    Apparance -> Customize -> Additional CSS -> add this CSS code and afther “Publish”
    .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev::before, .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next::before {
    background: red;
    }

    Please let me know if you have questions.

    All the best,
    Marian

    Thread Starter jairoubeda

    (@jairoubeda)

    Hi Marian ( @visi19 ),
    I’ve added that code, but nothing happens :S

    Best regards,
    Jairo

    Hi Jairoubeda

    Can you try to add div.
    see

    div.strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev::before, div.strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next::before {
    background: red;
    }

    That should do the trick.

    • This reply was modified 4 years, 4 months ago by hugowachters.
    • This reply was modified 4 years, 4 months ago by hugowachters.
    • This reply was modified 4 years, 4 months ago by hugowachters.
    Thread Starter jairoubeda

    (@jairoubeda)

    Thanks @hugowachters that one did the trick!
    I see it’s now marked as solved and I hope it helps someone else in the future ??

    Best regards,
    Jairo

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Navigation color’ is closed to new replies.