• Resolved peachykeen2012

    (@peachykeen2012)


    how do i remove the featured image on my recent posts on my homepage? all i want are the text. i have searched the forum and the css codes given don’t work for some reason. i’ve also tried fiddling around with the customizing posts section of the customizing appearance section for the theme and doesn’t do anything.

    any css codes that can help with this? thanks (sorry for multiple questions in multiple posts but wasn’t sure if this called for a new post creation.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @peachykeen2012,

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .entry-thumb {
        display: none;
    }

    ?Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter peachykeen2012

    (@peachykeen2012)

    hello, thanks for the response! i completely forgot to update this post and for that my apologies. i did actually get a response from @siniplyrathemes on another post where i asked something else and with this code:
    .blog-feed-posts .entry-thumb {
    display: none;
    }

    this worked like a charm. i’m only placing this code in here just to help anyone else that may come across it that this code worked perfect. i also let him know on that other post that it worked too. lol, hope that made sense.

    all good now. thanks! have a great weekend!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing featured pic on recent posts on homepage’ is closed to new replies.