php - Wordpress - Trying to remove stubborn title -


i have tried removing title methods find on stackoverflow , wordpress support such pacing css rule , finding get_title in page, single , template php files. title doesn't seem want go away.

the way have had success using plugin removes title faced problem spacing remains title once was.

here picture showing mean: http://i.imgur.com/vj0vbc7.jpg

thanks in advance help!

you need go template file , remove title being outputted.

i checked source code on site , looks theme files not in regular place. this. go ftp client , open up:

/assets/956/themes/header.php

it might named different.

now within theme locate h1 tag. @ point recommend removing it, saving it, , making sure have desired change. should gone page. if it's not, perhaps h1 tag located in file? check other template files till find right one.

you can remove or surround in div id='homepg-h1' rule in css:

#homepg-h1 {     display:none; } 

hope helps, let me know if have questions.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -