Change Navigation color
-
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.
-
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,
MarianHello @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,
MarianHi Marian ( @visi19 ),
I’ve added that code, but nothing happens :SBest regards,
JairoHi Jairoubeda
Can you try to add div.
seediv.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 5 years, 11 months ago by
hugowachters.
-
This reply was modified 5 years, 11 months ago by
hugowachters.
-
This reply was modified 5 years, 11 months ago by
hugowachters.
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 -
This reply was modified 5 years, 11 months ago by
The topic ‘Change Navigation color’ is closed to new replies.