There seems to be a bug in Traffica. When you have a default page, it shows the page title on the page. If you change that to Full Width, the page title is not there. How can we remove all page titles whether it's default or full width?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1.page-title { display: none; } This will solve your issue.