Home Forums WoodMart support forum Remove Title from pages and keep image in background

Remove Title from pages and keep image in background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #387887

    ymfm@hotmail.com
    Participant

    Hi.

    I need to customize image for the category and remove category name (keeping image in background).

    I’ve checked options in Page title options, but it seems to not be possible.

    I can remove BREADCRUMBS, but not the TITLE in configurations.

    Does anyone know how to do it?

    Thanks,
    Yuri

    #388090

    Hello,

    You can set individual images for each category in the category editing mode. Find our documentation tutorial about this here: https://xtemos.com/docs-topic/product-category-menu/

    Please add this code to the Theme Settings > Custom CSS > Global:

    .post-type-archive-product .page-title .title {
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)