Viewing 4 replies - 1 through 4 (of 4 total)
  • There are differences between themes. Please post a link to your archive page so forum members can see the problem.

    Thread Starter frengo70

    (@frengo70)

    sure ??
    i wish to remove
    “product category” from here https://www.l2gshop.com/cat/bagni
    and
    “archive”
    “archives for:”
    from here https://www.l2gshop.com/catt/catalogo-kristalia
    I have done some try with archive-product.php without success

    This custom css should hide “product category” and “archive”:

    #hb-page-title h1 {display:none}

    The technique won’t work for “archives for” because this phrase is not addressable in css.

    If you modify archive-product.php it may be overwritten by later theme updates. You won’t want to redo the modifications every time, or get locked into an old version of your theme.

    I think you would need to provide a custom page template linking to some of your own functions. This template may need updating occasionally to keep up with the theme, so it could be an ongoing commitment.

    Consider asking your theme vendor for better advice.

    Thread Starter frengo70

    (@frengo70)

    I have hide with this. the problem is that so i hide also what i wish to mantain.but now is better.
    thank’s
    Francesco

    body.archive .hb-page-title {
    display: none!IMPORTANT;
    }
    body.archive #hb-page-title.extra-large-padding {
    padding-top: 130px;
    padding-bottom: 95px;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove "product category" and "archive for:" in archive page’ is closed to new replies.