Home › Forums › Jevelin Theme › Removing the huge quotation mark
Home › Forums › Jevelin Theme › Removing the huge quotation mark
Hi, how can I remove the huge quotation mark that shows up the the left of the area that is being quoted:
http://sweetmephotography.com/9-babies-in-9-years/
Hi @shanticfm,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#content blockquote:before{ display: none; }
Best regards,
Shufflehound team