Hello, the page that I'm having an issue with is: http://longdistanceassistants.com/about-us/testimonials/. Is there a way to achieve a gray shadow box with a blue shadow, for each testimonial that will be listed on the page? If so, please let me know what code will work and exactly where to place it. I appreciate anyone who can answer this! Thanks in advance!
Hello, To add any style only on this page. First put testimonials inside classes like (<div class="testimonial1"><p>YOUR CONTENT</p></div>). After this Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar testimonial1 p { box-shadow: 0px 0px 15px #5661B1; background: #888888 } Thanks & Regards Nitesh Raghuwanshi