Viewing 5 replies - 1 through 5 (of 5 total)
  • I can’t tell from that link what it is you’re trying to accomplish. How about posting a link to your site and explaining what it is you’d like to change? Thanks.

    Thread Starter TheCrack

    (@thecrack)

    This is muy site.

    What I want to do is remove the heading and subheading, where it says TUANDROPC | TODO SOBRE TECNOLOGÍA, as in picture,and it is aligned with the featured image box social networks.

    And the header is the same size as in the picture.

    Thread Starter TheCrack

    (@thecrack)

    This is muy site.

    What I want to do is remove the heading and subheading, where it says TUANDROPC | TODO SOBRE TECNOLOGÍA, as in picture,and it is aligned with the featured image box social networks.

    And the header is the same size as in the picture.

    You could add this css to your child theme:

    .site-title {
    display: none;
    }

    .site-description {
    display: none;
    }
    .page .site-description {
    display: none;
    }
    .single .site-title {
    display: none;
    }
    .single .site-description {
    display: none;
    }

    .single .page-title {
    display: none;

    Thread Starter TheCrack

    (@thecrack)

    What I want to do is remove the header and subheader (which is framed in black in the picture) and the featured image is aligned with the box social networks (in blue in the picture).

    http://i58.tinypic.com/20hrrqf.png

    I also want to remove this:

    http://i62.tinypic.com/103whev.png

    http://i57.tinypic.com/1zp0cx4.png

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

The topic ‘Remove header and subheader’ is closed to new replies.