Repeating image

Home Forums Gillion Theme Repeating image

Home Forums Gillion Theme Repeating image

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

    Hi everyone,

    Someone who can help me. The picture I choose for the cover (mainly page), reappears in each entry before the title. This generates a repeating image and also the picture appears pixelated because it is larger than the real size. What can I do so that this image before the title never appears?

    which is generally repeated and the image appears pixelated because it is larger than its actual size. What can I do so that this image never appears before the title?

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

    Solution for this topic

    Hi @rosaroux,

     

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

     

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

     

    .single-post article .post-thumbnail {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    rosaroux
    Participant

    It works. Thank you so much!

    You are always welcome here 🙂

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