How to disable image count information like 1/3 from featured images

Home Forums Gillion Theme How to disable image count information like 1/3 from featured images

Home Forums Gillion Theme How to disable image count information like 1/3 from featured images

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

    Is there an easy way to disable this?

     

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

    Solution for this topic

    Hi @hakorel,

     

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

     

    You can disable 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

     

    .format-gallery .post-gallery-pagination {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    hakorel
    Participant

    It works thank you!

    You are most welcome here 🙂

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