Hi, Can you tell me how I can remove the "page name" from the top of each page on the Traffica Pro theme? For example, I have a page called "Contact". It shows up in the menu (no problem), shows up in the bread crumb (no problem) but I don't need it again at the top of each page. I don't want the page name to apprear on any pages. Thanks!
Hi, Greetings from InkThemes, To make the desired changes, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page_heading_container .page_heading_content h1 { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Hi Akbar, That removed the one higher than the page title. I was able to play around with it and finally figure it out. .page-title {display: none;} removed the one I wanted. Thank you.