Category

Home Forums Jevelin Theme Category

Home Forums Jevelin Theme Category

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • vanni77
    Participant

    hi, how can I delete the blocks about us, recent posts and latest projects from the category page?

    Hi @vanni77,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it 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

     

    .archive.category .sh-footer .sh-footer-widgets {
        display: none;
    }

    Best regards,
    Shufflehound team

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