Removing the huge quotation mark

Home Forums Jevelin Theme Removing the huge quotation mark

Home Forums Jevelin Theme Removing the huge quotation mark

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • shanticfm
    Participant

    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/

     

    Attachments:
    You must be logged in to view attached files.

    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

Viewing 2 posts - 1 through 2 (of 2 total)