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
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
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/
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; }
Is it possible to insert another quote-graphic?
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/
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.