Can you please provide me with some quick css to make the font weight of the testimonial name “light” on the testimonial slider at the bottom of my page to match the rest of my theme. Thanks!
Hey djshortkut!
Please add following code to Quick CSS
.avia-testimonial-name {
font-weight: normal;
}
Regards,
Yigit
Thank you! You can close this thread.