Hi please guide me how to change testimonial text color ?? I already changed following text color pasting following code in custome css #content .one_fourth h3 a{ color:red!important; } .content-wrapper .content-info h1{ color:red; } #content .one_fourth p{ color:red!important; I want to change testimonial text color also Thanks in Advance
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: blockquote { color: red; }