Sela theme customise testimonials

  • Unknown's avatar

    Wondering if it’s possible to customise the testimonials so they appear differently on the homepage.

    Looking for something like this site, with grey background and large blue speech marks.

    https://espirian.co.uk/testimonials/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Give the following a try and see what you think.

    .front-testimonials .hentry {
      background-color: #f2f2f5;
      width: 97%;
      margin-right: auto;
      margin-left: auto;
    }
    .front-testimonials .hentry blockquote::before {
      content: '201C';
      color: #000;
      float: left;
      font-size: 100px;
      font-family: georgia, serif;
      position: absolute;
      left: 20px;
      top: 0;
      color: #0045bd;
    }
    .front-testimonials .hentry blockquote {
      padding-left: 60px;
      padding-right: 60px;
    }
    .front-testimonials .hentry blockquote::after {
      content: '201D';
      color: #000;
      float: left;
      font-size: 100px;
      font-family: georgia, serif;
      position: absolute;
      right: 30px;
      bottom: -70px;
      color: #0045bd;
    }
  • Unknown's avatar

    Thank you sacred path, very helpful

  • Unknown's avatar
  • The topic ‘Sela theme customise testimonials’ is closed to new replies.