• Resolved citoela

    (@citoela)


    Hello, I am currently using Regina Lite Theme for my wordpress.

    How do I remove Featured Image on Single Post because most of the Featured Image I use is as the same as one I use on the post. Since most wordpress theme don’t show featured image on single post, there must be a way to remove / hide it right? please tell me so I can do it too.

    This is what I mean:

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @citoela

    To remove the featured image in the single post at first you need to add the Custom CSS through the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS.

    .single .image {
        display: none;
    }

    Hope this will resolve your issue.

    Best Regards!!

    Thread Starter citoela

    (@citoela)

    Thank you very much for your kind answer @teeru , It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Featured Image on Single post’ is closed to new replies.