• Hi all,

    By using the above theme, i have 2 same pictures showing up, 1 large and 1 larger, and i only wish to show 1 picture. Any help ? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Thanks for your question.

    Sounds like you have a featured image, and maybe a thumb. Some themes take the the first image on the page and make that the header image. Is the the duplicated image also in the body of the article?

    If so, you could remove that, and then just use the WordPress Featured image feature on the right of the editor area. You could also just set a different featured image too.

    Hopefully that gets you on the right track, have a great day!

    Thread Starter pole915

    (@pole915)

    Hi there,

    Thanks for fast response. My web is as follow:

    https://curation.tedollybeauty.com/

    It shows double pictures and yet not the featured image. Wondering why…

    Hey again,

    You could simply hide its display with something like:

    .blog .fimgContainer{display:none}

    Some themes offer the option to enter custom CSS, it’s worth checking, but if it doesn’t

    https://www.ads-software.com/plugins/simple-custom-css/

    Or you could look into using a child theme and removing the actual code.

    Hope this helps. ??

    Thread Starter pole915

    (@pole915)

    Hi there,

    I am not programming guy. I tried to do a childtheme
    /*
    Theme name: childcuration
    Description: child theme
    Author: Gordon
    Version: 0.1
    Template: expresscurate
    */

    @import url(‘../expresscurate/style.css’);
    .blog .fimgContainer{display:none}

    the pictures are no longer duplicate, but my whole theme is affected…
    curation.tedollybeauty.com
    Can you please advise? Thanks.

    Thread Starter pole915

    (@pole915)

    it seems like working now but i suppose the wrong picture being taken away, when i load older posts, css does not work.

    Besides, it does not work with handphone too.

    Hey there pole915,

    How are you doing today?

    I’ve checked your site and I’m not being able to see double images, also if the wrong image is being taken away can you please remove the code and give me an example (possibly screenshot and link to post) of which image you want to remove so I can better understand the issue and try to provide CSS for it.

    Looking forward for your response.

    Best regards,
    Bojan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme Express Curate’ is closed to new replies.