How can I remove 66 from block quotes?

Home Forums Jevelin Theme How can I remove 66 from block quotes?

Home Forums Jevelin Theme How can I remove 66 from block quotes?

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

    Hi, I’ve added some block quotes and need to remove the number 66 that appears next to it.

     

    If I can change the number for a small image, let me know how to do that as well.

     

    Screenshot attached.

     

    Happy holidays! 🙂

     

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

    Hi @mmamt,

     

    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

     

    body blockquote:before {
        display:none;
    }

     

    Best regards,
    Shufflehound team

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