How to I remove page title?

I want to remove “price list.” from the middle of the page so all clients can see is the background image containing prices?

how would i do this?

Hello,

Try this CSS solution:

#header .bottom-header h2 { display: none; }

Let me know if this is what you were looking for, otherwise please provide me website live preview.

Regards