Hi, I would like the replace the Home Page Testimonial Description with a image across the whole page. What code do I put in the CSS, and what is the best size for the image? Many Thanks
Hello, To apply the changes that you wish to do Kindly follow the below Steps: 1. Use CSS: Code: blockquote { background: url(http://localhost/wordpress/wp-content/uploads/2015/05/09_PScom_860_100.jpg) no-repeat; } note: put your image path in background url. 2. Now go to Dashboard-->> Appearance-->> Theme Options-->>Home Page Settings -->>Home Page Testimonial Description and add some white spaces and save it. Also try to apply the image size of 1200px * 100px Follow the above steps it should solve your issue.