Forums

Origami
[resolved] Is there a way to delete auto-titles on pages? (7 posts)

  1. schweppits
    Member
    Posted 9 months ago #

    Wondering if there is a way to delete the Automatic Page titles that show up in the body of each page (mimicking the Page title in the menu)? Or if not delete, is there a way to change the font?
    Thanks!

    http://wordpress.org/extend/themes/origami/

  2. Andrew Nevins
    Volunteer Moderator
    Posted 9 months ago #

    One solution; you could use CSS to hide these titles, but not actually deleting them.

  3. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    Andrew Nevins is correct. Removing the page titles would make for really bad SEO. far better to position them offscreen using CSS if you absolutely have to.

  4. tiaanswart
    Member
    Posted 9 months ago #

    remove the below code in page.php:

    <h1 class="entry-title noinfo"><?php the_title(); ?></h1>

  5. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    As I said above, removing the page title makes for terrible SEO.

  6. tiaanswart
    Member
    Posted 9 months ago #

    Seeing as i am still a newby :P hahaha esmi and Andrew Nevins are actually correct so the best way would be to change the below in style.css:

    h1.entry-title,
    h1.archive-title {
    	color: #333;
    	font-family: "Dosis", Arial, Helvetica, Geneva, sans-serif;
    	font-size: 2.2em;
    	font-size: 28px;
    	font-weight: 200;
    	line-height: 1.25em;
    	margin: 1em 0 0.4em 0;
    	text-align: center;
    	text-indent: -9999px;
    }
  7. schweppits
    Member
    Posted 9 months ago #

    Thanks, All! I will attempt to change the CSS... I'm a newbie too, so this will take me a little time to figure out. ^_^

Reply

You must log in to post.

About this Theme

About this Topic

Tags