Blog Posts Pulling In Widget text

Home Forums Jevelin Theme Blog Posts Pulling In Widget text

Home Forums Jevelin Theme Blog Posts Pulling In Widget text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • samv
    Participant

    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.

     

    https://releasemuscletherapy.com/blog/

    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

    samv
    Participant

    Perfect.  That works.

     

    Thank you!

    You are most welcome here 🙂

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