Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your theme’s stylesheet:

    .testimonial h3 {
      background: none;
      padding-left: 0;
    }

    If you are using a child theme, you may need this instead:

    .testimonial h3 {
      background: none !important;
      padding-left: 0 !important;
    }

    Thread Starter Raven333

    (@raven333)

    That did the trick. Looks perfect! Thanks, Chris!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One quotation mark over title’ is closed to new replies.