There is not a build-in way to change the format of the bettings page.
But for your specific case, you can just hide the Sport bar using CSS like .sport-title-bar { display: none; } If your theme has a specific place to insert a CSS code, add it there. If not, you will have to directly edit some of the loaded .css files but that change will get lost once you receive an update.
Lextacy, Did you figure that out. If do can you please share with me. I really appreciated.
Yes I did! Here is the response:
There is not a build-in way to change the format of the bettings page.
But for your specific case, you can just hide the Sport bar using CSS like .sport-title-bar { display: none; } If your theme has a specific place to insert a CSS code, add it there. If not, you will have to directly edit some of the loaded .css files but that change will get lost once you receive an update.