Home › Forums › Jevelin Theme › Blog Posts Pulling In Widget text
Home › Forums › Jevelin Theme › Blog Posts Pulling In Widget text
Hi,
On my blog page, the description box is pulling text from the sidebar widget.
Even if I shorten the description settings, I can’t eliminate because the shortest the bar goes is “10” which causes the first line to show.
Solution for this topic
Hi @samv,
I hope you are well today and thank you for your question.
You can just hide that text 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
.page-template-page-blog article .post-content { display: none; }
Best regards,
Shufflehound team
Perfect.Ā That works.
Thank you!
You are most welcome here š