Hide categories above post

Home Forums Gillion Theme Hide categories above post

Home Forums Gillion Theme Hide categories above post

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

    Hi,

    1. please write me how to hide categories above post title (post-categories-container) with css code.
    2. and how to hide last page number in blog pagination.

    Thanks,

    Kind Regards

    Bidzina

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Bidzina,

     

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

     

    You can hide 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 .post-categories-container,
    ul.page-numbers li:nth-last-child(2) {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    AppsVilla
    Participant

    It worked. Thanks a lot for your support.

    You are most welcome here 🙂

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