Blog Post Categories Style 1 removing image slider and minutes reading info

Home Forums Gillion Theme Blog Post Categories Style 1 removing image slider and minutes reading info

Home Forums Gillion Theme Blog Post Categories Style 1 removing image slider and minutes reading info

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

    Hi,

    Can you help me in removing the image slider and minutes reading information  features from my main page and only from main page?

    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 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

     

    .home .post-gallery-buttons,
    .home .post-meta-content .post-readtime {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    hakorel
    Participant

    Thanks for all this help so far!

    You are most welcome here 🙂

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