Viewing 7 replies - 1 through 7 (of 7 total)
  • Try this in your custom CSS:

    .testimonials-widget-testimonial > blockquote {
      border-left: 0;
    }

    Thread Starter mmichael151

    (@mmichael151)

    I’ve tried that before. Still doesn’t work.

    I found that if I select “Use <q> tag?”

    Then it removes it, but what problems will I have by selecting this option?

    I’m not aware of any problems. <q> is just a little brother of <blockquote> meant for short inline quotes so I think it makes more sense here. If you want to use <blockquote> you may simply need to up your CSS specificity.

    Plugin Contributor Michael Cannon

    (@comprock)

    The main trouble with using the q tag is that it’s not proper HTML validation wise. The code works and such, but it’s not current.

    If you change back to normal, I can look to debug.

    Thread Starter mmichael151

    (@mmichael151)

    I’ve set it back to normal if you have a chance to look to debug.

    Thank you so much!

    Plugin Contributor Michael Cannon

    (@comprock)

    Try…

    .testimonials-widget-testimonial blockquote {
      border-left: none;
    }
    Thread Starter mmichael151

    (@mmichael151)

    That did it. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blue line – left side of quotes’ is closed to new replies.