Remove white lines appearing on left of text

Hello.

How can I remove the two white lines (the appear like border lines) that are appearing on the left of the text that reads :

    Cathal Ó Cuaig is an award-winning filmmaker whose passion for capturing the essence of Ireland’s rich culture and history seamlessly blends artistry and authenticity.

Here is an imgage of it

This is the url

https://cathalocuaig.com/

thanks

Hi there

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

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

Regards

1 Like