Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #901954
    hadorii
    Participant

    Hello,

    I’d like to add a round image to each of my clients’ testimonials, which I created using quote block. Is that possible? Here’s the general idea of what I’m looking for.

    http://www.bonnenuitbaby.com/

    Thanks!

    #902770
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can just add some CSS on the Style field for your image element :

    border-radius: 50%; width: 150px; height: 150px;

    Hope this helps.

    Cheers!

    #902961
    hadorii
    Participant

    Just to be clear, I add this to the style field on the block quote itself? I want to add the image within the border of the quote.

    #903769
    Darshana
    Moderator

    Hi there,

    You can do something similar to that (https://snag.gy/Vd01JS.jpg). Add the following code to your Quote & Citation to see the example.

    <img src="http://www.sunset-hill-borabora.biz/42-cart_default/extra-person.jpg" style="float:left;border-radius: 50%; width: 100px; height: 100px;border: 1px solid #000000;padding:10px;margin-right:10px;">Input your quotation here. Also, you can cite your quotes if you would like.

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-901954 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>