Fullcalendar: Make it possible to configure Header & Footer

Please make it visually possible to configure calendar Header and Footer. For example I need to set up calendar with header and footer such follows:

header: { left: "title", center: "", right: "listMonth,listWeek" },
footer: { left: "prev", center: "today", right: "next" } 

I am trying to hide the header in the calendar except the title i.e. the month. It works in v5 of fullcalendar but i can’t get it to work in this version (4.4). Anyone had any luck?
I downloaded and linked main.js and set left and right to " " but it made no difference.