Viewing 3 replies - 1 through 3 (of 3 total)
  • To remove the quotes you will need to edit your theme’s stylesheet and remove the .testimonial .content:before and .testimonial .content:after sections.

    Or to fix the closing quote try this at the end of your theme’s stylesheet:

    .testimonial .inner .content p {
      display: inline;
    }

    and then you may want to move the name over with this:

    .testimonial .client {
      margin-left: 10px;
    }

    Thread Starter robsnotes4u

    (@robsnotes4u)

    Ok, thanks but I am a newby, where do I find my them’s stylesheet. Thanks

    Log into your Admin and go to Appearance > Editor or go to /wp-admin/theme-editor.php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quotes are out of place’ is closed to new replies.