• I am trying to get rid of the small header h1 (“SHOP”) between the woocommerce breadcrumb and the where the shop page starts.

    I tried editing the font size to 0 here:

    .comment-content th {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;

    But that made other <h1> and <th> disappear as well. I was also able to move all headers from all pages to the bottom of the page, but not with the shop page.

    Any help is appreciated.

    Website: http://rocheloisjams.com/wp/shop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter _marlon

    (@_marlon)

    Anybody out there to help? I use the Twenty-Twelve theme.

    You should not be making any modification to theme files – they will all be lost when WP is updated. It’s also crucial to have an unmodified copy of the default theme – for troubleshooting. Instead you should be using a Child Theme – see:
    http://codex.wordpress.org/Child_Themes

    Once you have that set up, someone can help you with the question above.

    Go to /plugins/woocommerce/archive-template.php and (the way I did it)
    mark ‘false’ sted ‘true’ in the below code line…..

    <?php if ( apply_filters( ‘woocommerce_show_page_title’, true ) ) : ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove header from woocommerce shop’ is closed to new replies.