Home page quote blog has 66 at bottom right corner

Home Forums Gillion Theme Home page quote blog has 66 at bottom right corner

Home Forums Gillion Theme Home page quote blog has 66 at bottom right corner

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • gsmith
    Participant

    Only on the home page, can’t determine where it is coming from.

     

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

    Hi @gsmith,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    sussiemaria
    Participant

    I have the exact same problem when using the quote format for my blog post, but only on the front page, not on the blog post itself.

     

    My url is this: http://sussiemariapilegaard.dk/

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

    You can remove it on your site 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

     

    .post-quote-link-meta .ti-quote-left {
        display: none;
    }

    gripgrabmapa
    Participant

    Is it possible to insert another quote-graphic?

    gripgrabmapa
    Participant

    I inserted this:

    .post-quote-link-meta .ti-quote-left {
     display: none;
    }
    .post-quote-link-meta .ti-quote-right {
     display: none;
    }

    But the “99” and “66” still appears.

    Code in page:

    <div class="sh-testimonials-quote-icon text-center">
    <i class="ti-quote-right"></i>
    </div>

    From CSS:

    .ti-quote-right:before {
     content: "\e67e";
    }
    .ti-quote-left:before {
     content: "\e67f";
    }

    How do I remove “99” and “66”?

    Thanks in advance.

    @gripgrabmapa You can achieve this by developing custom CSS code as described in the following pages.

     

    http://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/

    https://css-tricks.com/examples/Blockquotes/

    https://stackoverflow.com/questions/26597399/adapt-blockquote-to-the-image-height-and-add-stylized-quote

    If you have any further questions then to help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

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