How do I add an image to testimonial section?

Discussion in 'ColorWay WordPress Theme' started by jaelle33, May 27, 2014.

  1. jaelle33

    jaelle33 Guest

    Joined:
    May 16, 2014
    Messages:
    8
    Likes Received:
    0
    I've uploaded an image to the media library. I've tried to copy and paste it in the testimonial section but that doesn't work. How can I set/attach the image so that it shows up in the testimonial section?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Copy image url that you have uploaded in the media library and add it in the code format given below.

    Code:
    <a href="ADD REDIRECT LINK HERE"><img src="ADD IMAGE URL HERE"></a>
    Paste code given above in the testimonial area.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. jaelle33

    jaelle33 Guest

    Joined:
    May 16, 2014
    Messages:
    8
    Likes Received:
    0
    Thank you.
    The image is 192 x 76 and is to function as a button but it is taking up almost the entire testimonial section, almost as big as the slider. How can I adjust the image?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. jaelle33

    jaelle33 Guest

    Joined:
    May 16, 2014
    Messages:
    8
    Likes Received:
    0
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content img {
    width: auto;
    } 
    This will solve your issue.
     
  7. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    hello i added this feature easy
    http://thirumittakkodesreebhadrakalitemple.com/
     

Share This Page