• Recently setup the Apex theme on my WordPress site and I’m loving it so far. But i really wanna get rid of featured images being shown in posts. Because i want to be able to add images on top my posts that are different from the featured image.

    Is there any way i can do this with very limited (basically none) coding skills?Any help would be much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Apex!

    Sure, you can add the following CSS to your site to hide the Featured Images on the post pages:

    .single-post .entry .featured-image {
      display: none;
    }

    Please copy and paste this into the Customizer (Appearance > Customize), and it will take affect right away.

    Thread Starter durdenist

    (@durdenist)

    I copy pasted it to (Appearence > Customize > Additional CSS), but for some reason it didn’t work. I don’t know what went wrong, maybe i did something wrong.

    But thanks for your help, i really appreciate it.

    Theme Author Ben Sibley

    (@bensibley)

    Could you make sure the entire snippet is used, including the period at the very beginning? Otherwise, is there any other CSS in the Additional CSS section?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image in posts. How can i get rid of them’ is closed to new replies.