• Soulman247

    (@soulman247)


    I am using twenty twelve and would like to

    1) Remove page titles
    2)make my pages link bigger

    Please do just add a code as where the hell do i add it o

Viewing 6 replies - 1 through 6 (of 6 total)
  • zapping

    (@zapping)

    Could you be more specific. A link to you site will be helpful.

    1)Where to these titles appear and which page is in question here?
    2)Where do these links appear, on which page?

    WPyogi

    (@wpyogi)

    @soulman247 – before making any changes to the theme files, you’ll need to make a child theme (or use a Custom CSS plugin) so that your changes won’t be overwritten when WP is updated.

    http://codex.ww.wp.xz.cn/Child_Themes

    Thread Starter Soulman247

    (@soulman247)

    Custom CSS plugin tell me more as i think it’s better to use a plugin then a new child thyeme as i am confused with that.

    I want to reove the titles you get on everypage like home etc

    esmi

    (@esmi)

    A link to your site will be helpful.

    Thread Starter Soulman247

    (@soulman247)

    Soulmanz.com

    esmi

    (@esmi)

    A warning about the site’s content would have been nice.

    Try adding:

    body.page .entry-title {
    position:absolute;
    top:-9999px;
    left:-9999px;
    }

    to your custom CSS plugin.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[NSFW] How do i remove page title’ is closed to new replies.