Make the Home Page Testimonial Description a image file

Discussion in 'ColorWay WordPress Theme' started by rlculver, May 4, 2015.

  1. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    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
     
  2. sameerwalkar

    sameerwalkar Guest

    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.
     

Share This Page