Please provide the code and advice on how to remove the large page title that appears under the HOME >> PAGE NAME of each page that is loaded. For example, if you click my website http://MexicoVacationOnline.com then click one of the menu bar links, such as contact us, you will see HOME>> CONTACT US then the words CONTACT US underneath. I would like to remove the CONTACT US that appears underneath, which is the page title. I hope there is an easy solution that will not interfere with other titles or headings. To repeat: I want to keep the HOME>> PAGE NAME I want to remove the PAGE NAME that appears below. Thank you so much for your help. Lori
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-wrapper h2 { display: none; } .content-wrap h1 { display: none; } .content-wrap .contact h2 { display: none; }
Hi , it does work only for pages with right column enabled. How to remove page title from fullwidth pages? Thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-wrapper h2 { display: none!important; }