Remove white lines appearing on left of text

Hi there

Please add this CSS code in the Appearance > Customize > Additional CSS:

blockquote {
    border-left: 0px solid #eee;
}

Regards

1 Like