Home Forums Pro Themes Education Hub Pro Additional CSS not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27520
    mleamons
    Participant

    Hello,
    I have tried to add additional CSS and it is not applying to the website.
    For instance, I added .single .related-post {display: none;} to remove the “related posts” section, but the related posts are still there.

    Example post: https://greatmiddleschools.org/research-base-for-using-adult-advocates/

    I am probably missing a step, thank you in advance for your help!

    #27576
    wensolutions
    Keymaster

    Hello

    To remove the related post Please use the below CSS.

    .single .jp-relatedposts {
        display: none !important;
    }

    Hope this helps .

    If you have any problem further please let us know.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.