Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #295751
    juliendntfr
    Participant

    I am using PhotoFocus Pro.

    In Featured Content the excerpt picks up the image from the text of the page that is featured. Is there a way of just having the text and not displaying the image? The image comes from the text of the page. It is not a featured image on the page.

    Is there some CSS that can eliminate the image from the page in the excerpt?

    Thanks for your help!

    I have trawled the forums to find out if this question had already been answered.

    http://www.bulgaria-pyramid.com/

    #295796
    Skandha
    Participant

    @juliendntfr: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content-section .post-thumbnail {
    display: none;
    }

    Let me know if this is that you want!
    Kind Regards,

    Skandha

    #295880
    juliendntfr
    Participant

    Thank you Skandha! I will leave a nice comment on WordPress! 😉

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Content Image from Page Excerpt Remove’ is closed to new replies.