• I know how to set featured images, but I want to hide them on the posts. I can do this with most other themes, but can’t find that option with the News Vibrant theme. Am I not seeing it or is it just not there?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use CSS to hide it if you want in the Additional CSS section in the customizer

    .single-post .post .nv-article-thumb {
        display: none;
    }
    Thread Starter lokhi

    (@lokhi)

    Thank you very much, Jarrett.
    Have a great weekend!

    ~Lokhi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Images’ is closed to new replies.