Disable Featured Image in newspaper X

Hi

I am beginner with HTML and WP, using your Newspaper theme.

1

Is it possible to disable featured image. currently if i do not attach any featured image a back square box with a image appears on top of the title of the post in the home page.

2
When i click on the title of the post in the home page the page opens up with the complete article. How can i also disable the featured image here also.

3
i am trying to remove the footer which has links like

META
Site Admin
Log out
Entries RSS
Comments RSS

Could you please advice to which part of theme editor has to be edited to remove these links

the temporary link to my website is

http://b13.590.myftpupload.com/

rgds
david

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the featured image the theme by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove feature image*/
.newspaper-x-image {
    overflow: hidden;
    display: none;
}

Now as it goes for the footer menu, please go to Appearance > Menus > Manage locations and remove the menu assigned to the footer menu or add a different menu.

I hope this helps.

Best Regards,
Support