Hello I need some help with the footer.
1. In the testimonial widget how to i change the background square color of the triangle on the bottom of the widget? As you can right now it is a mismatch with the background color.
2. How do I change the boarder color of the testimonial widget?- both the square and triable boarder?
3. How do I change the text colors of the latest news widget?
Hey mcraig77!
Please add following code to Quick CSS
strong.news-headline, .news-headline * {
color: white!important;
}
I answered your other questions here – https://kriesi.at/support/topic/footer-help/
Cheers!
Yigit
Almost there Yigit.
1. In the testimonial widget how to i change the background color of the triangle on the bottom of the widget? how to i change the triangle color? As you can see right now it is a mismatch with the background color.
Hey!
Please add following code to Quick CSS
.avia-slider-testimonials .avia-testimonial-arrow-wrap {
background-color: transparent !important;
}
#footer .avia-arrow {
background-color: #55a25c;
}
Regards,
Yigit
How to I change the triangle color? The code did not work