• I just updated the theme.

    Thus far I have been able to change the HTML of the site slightly by removing the option of having a featured post on top of each single post. That’s not something that I’d like to have at all. So I would go to content single in template-parts and just remove the <?php the_post_thumbnail(); ?>.

    Either I am blind or I can’t see the HTML anymore. Is there another option?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @nettyroyal

    Seems like you are using visual mode or using Gutenberg on your website. You can simply switch to the old classic editor for HTML changes.

    If you want to hide the feature image from all the single post then you can use the following code in an additional CSS box in customizer:

    .single .np-article-thumb {
    	display: none;
    }

    Thanks 🙂

    Thread Starter nettyroyal

    (@nettyroyal)

    This CSS somehow doesn’t work.

    And yes I use Gutenberg. I’ve just downloaded classic editor again, and can’t figure out how to change the site’s HTML anyway.

    Where there used to be the choice HTML there is nothing since the new update today.

    • This reply was modified 5 years, 4 months ago by nettyroyal.
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @nettyroyal

    If you want to just edit the HTML content by using the classic editor, please click on the text tab.

    http://prntscr.com/xoydeh

    Thanks,

    Thread Starter nettyroyal

    (@nettyroyal)

    My host found the problem: a tiny mistake in previous CSS (one } was missing). But it is all fixed now.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @nettyroyal

    Great to hear that issue was solved 🙂 !!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured photo – Single post’ is closed to new replies.