Small tweak – how do i change the color of the test testimonial box bottom arrow boarder in the footer? Right now it is gray and I need it match the color blue of the box.
see Screenshot:
Thanks
Hey mcraig77!
Please add following code to Quick CSS
#footer .avia-arrow {
border-color: #0D6598!important;
}
Best regards,
Yigit
Thanks!