• Resolved louisff04

    (@louisff04)


    Hello,
    I would like to remove the caption from the images on the extracts of the blog page, how can I do this?

    Thank you

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

    Please share the snapshot and Page URL which you want to remove.

    Thread Starter louisff04

    (@louisff04)

    Hello,
    I only want to remove the captions from the images on the blog page – but keep them on the articles –
    I cannot give you a link because I am in local mode on wampserver.
    Thank you

    Thread Starter louisff04

    (@louisff04)

    Hi,

    Try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .blog .figcaption, .blog .thumbnail-caption {
      display: none;
    }

    PS- try to adjust the class as per your need, because I’m unable to inspect the exact class for your site.

    Thread Starter louisff04

    (@louisff04)

    Abhisnek,

    woooaaaaaah ….. thank you, thank you, thank you!

    Louis

    You are most welcome! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove captions from my extracts’ is closed to new replies.