Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #142576
    effess
    Participant

    With the Catch Kathmandu Pro theme update v.4.9.5, the Featured Image titles have disappeared. How can this be fixed? Thanks. http://www.rebecca-rosenberg.com/

    #142579
    effess
    Participant

    Update: Never mind — It wasn’t the theme. I used this code to remove the title from a home-page post and all the featured image titles were removed as well: body.home .entry-title { display:none; } Is there a way to remove only one title? Thanks.

    #142594
    Skandha
    Participant

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

    body.home #content .entry-title {
        display:none;
    }

    Let me know if this works out.

    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘featured image titles have disappeared’ is closed to new replies.