Hi there. My site is available here http://50.87.146.63/~light789/. At the testimonial at the bottom of the home page I would like to get rid of the multiple commabox. I copy and pasted the testimonial p. { code and took out the images in the Child Theme but they still appear. How can I get only one comment box to appear, but still have two lines of text in the testimonial? Thanks very much!
Hello, To remove the double inverted comma image from the Testimonial section, paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial p { background: none; padding-left: 0px; } This will solve your issue.