Remove "quotes" from blockquote

Home Forums Gillion Theme Remove "quotes" from blockquote

Home Forums Gillion Theme Remove "quotes" from blockquote

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

    Hi – I am trying to remove the big quotes ” from my blockquote. I created some custom CSS to style it differently, but am getting a huge ” right in the middle. I would like to remove it. Please see attached.

    Here’s the custom CSS:

    blockquote {
    @import url(https://fonts.googleapis.com/css?family=DM+Serif+Display&display=swap);
    font-family: ‘DM Serif Display’, serif;
    font-size:24px;
    text-align: center;
    width: 800px;
    background-color: #57c2b3;
    margin: 0.25em 0;
    position: center;
    color: #FFF;
    z-index: 2;
    }

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

    Hi @sarahk,

     

    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)