When i add the below CSS, it removes all other text within the tags H1/H2 tags. I only want to remove the Page name/title. HELP!!! http://www.theoldehickory.com/daily-specials/ .content-wrapper h2 { display: none!important; } .content-wrap h1 { display: none!important; }
Add code below in the custom CSS option in the themes options panel. .content-wrap h1:first-child, .content-wrap h2:first-child{ display:none; }
Thanks, but it does and does not seem to work... It removes the title on this page --http://www.theoldehickory.com/daily-specials/ But does not remove the title on these 2 -- http://www.theoldehickory.com/contactdirections/ and http://www.theoldehickory.com/senior-citizens/ Weird!!! Solution??
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-wrapper h2 { display: none; } Thanks & Regards Yogesh Bhade