I would like to remove the page title and the custom css I have seen on the web isn't working for me. Is there something specific for Figero?
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .content-info h1 { display:none; } This will solve your problem. Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-heading { display:none; } This will solve your issue.
Hi, I am using Gommero Pro and would like to remove my page titles too. I tried putting the code below in custom CSS and it didn't work. Can you please take a look at my page here: http://newhorizons123.com/marketing-systems/ and let me know if you know why this fix doesn't work? Thanks in advance! .page-heading { display:none; }
@jweishaar, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth h1 { display: none; } .content_wrap .content h1{ display:none; }
Hi again, sorry but that code also removed the h2 header tag. Is there a code to just remove the page title? Thanks!
Sure - I am referring to the actual TITLE of the page. The arrow in the attached image is pointing to the page title. Thanks!
The code given is 100% working code. Please add it and check again. It will work. Code: .fullwidth h1 { display: none; } .content_wrap .content h1{ display:none; }
Thanks. That does remove the title but it also removes the h1 header tag on the page. I will try a plugin to remove page titles only. Thanks!
We have checked your website, You have done some editing in content area, We only use h1 tag in one place, Therefore the given code above is working fine but in your case you are using h1 tag for some more heading also in content area, Please use h2 tag for extra headings in content area, This will solve your issue.