Home › Forums › Gillion Theme › How to Hide Meta in Shufflehound Recent Posts V2 and Related Posts?
Home › Forums › Gillion Theme › How to Hide Meta in Shufflehound Recent Posts V2 and Related Posts?
01. As the title I want to ask how to hide meta in Shufflehound. Recent Posts V2 and Related posts? Specifically invite you to see the image below.
02. Besides, I would like to ask how to capitalize and increase the size of the first letter in the article like your sample article at: https://gillion.shufflehound.com/2017/01/31/the-truth-is-you-are-not-the-only-person-concerned-about-appearance .More specifically invite you to see the image I have below. Thank you !
Solution for this topic
Hi @mqk051197,
Thank you for your questions.
01. As the title I want to ask how to hide meta in Shufflehound. Recent Posts V2 and Related posts? Specifically invite you to see the image below.
You can hide it in related posts 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-related .post-meta { display: none; }
Could you please share me the page URL from your site where Recent Posts V2 is displaying so that i can help you to hide it?
02. Besides, I would like to ask how to capitalize and increase the size of the first letter in the article like your sample article at: https://gillion.shufflehound.com/2017/01/31/the-truth-is-you-are-not-the-only-person-concerned-about-appearance .More specifically invite you to see the image I have below. Thank you !
You can achieve it as described in the following topic.
https://support.shufflehound.com/forums/topic/adding-initials-to-blog-posts/#post-25582
Best regards,
Shufflehound team
Thank you for your support, I have been successful with the Related Posts section, but still do not know how to do with the Recent Posts V2 shufflehound. Can you continue to support me?
As said previously could you please share me the page URL from your site where Recent Posts V2 is displaying so that i can help you to hide it?
Thank you ! My website : https://wootalk.org/
Solution for this topic
Please use below custom CSS code to hide them.
.sh-widget-posts-slider .post-meta { display: none; }
Thank you for the support !
You are most welcome here 🙂