Support » Plugin: Headings » Removing standard heading in pages

  • Good afternoon,

    I am having problems removing standard headings in pages. I have noticed that this question has come up several times, but I could not find the answer i.e. how to solve this issue. I have checked CSS and found the following:

    /*
    Post Formats Headings
    To hide the headings, display: none the “.entry-header .entry-format” selector,
    and remove the padding rules below.
    */
    .entry-header .entry-format {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    position: absolute;
    text-transform: uppercase;
    top: -5px;
    }
    .entry-header hgroup .entry-title {
    padding-top: 15px;
    }
    article.format-aside .entry-content,
    article.format-link .entry-content,
    article.format-status .entry-content {
    padding: 20px 0 0;
    }
    article.format-status .entry-content {
    min-height: 65px;
    }
    .recent-posts .entry-header .entry-format {
    display: none;
    }
    .recent-posts .entry-header hgroup .entry-title {
    padding-top: 0;
    }

    /* Singular content styles for Posts and Pages */
    .singular .hentry {
    border-bottom: none;
    padding: 4.875em 0 0;
    position: relative;
    }
    .singular.page .hentry {
    padding: 3.5em 0 0;
    }
    .singular .entry-title {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    }
    .singular .entry-title,
    .singular .entry-header .entry-meta {
    padding-right: 0;
    }
    .singular .entry-header .entry-meta {
    position: absolute;
    top: 0;
    left: 0;
    }
    blockquote.pull {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6125em;
    margin: 0 0 1.625em;
    text-align: center;
    }
    .singular blockquote.pull {
    margin: 0 -22.25% 1.625em;
    }
    .pull.alignleft {
    margin: 0 1.625em 0 0;
    text-align: right;
    }
    .singular .pull.alignleft {
    margin: 0 1.625em 0 -22.25%;
    }
    .pull.alignright {
    margin: 0 0 0 1.625em;
    text-align: left;
    }
    blockquote.pull.alignleft,
    blockquote.pull.alignright {
    width: 33%;
    }
    .singular .pull.alignright {
    margin: 0 -22.25% 0 1.625em;
    }
    .singular blockquote.pull.alignleft,
    .singular blockquote.pull.alignright {
    width: 33%;
    }
    .singular .entry-meta .edit-link a {
    bottom: auto;
    left: 50px;
    position: absolute;
    right: auto;
    top: 80px;
    }

    Could someone please assist and give me some guidelines/instructions what I should do as I am not familiar with the CSS features?

    Thank you very much.

    http://wordpress.org/plugins/headings/

  • The topic ‘Removing standard heading in pages’ is closed to new replies.