Home Forums WoodMart support forum Remove the "shop" title on the main shop page

Remove the "shop" title on the main shop page

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #51058

    Kahan Ryan
    Participant

    Remove the “shop” title on the main shop page

    #51066

    Hello,

    If you want to remove the whole banner, navigate to Theme Settings > Shop > Header banner > set “off”

    If you want to have the the banner but remove the “Shop” use this CSS code

    .entry-title{
    display:none;
    }

    Important: add this CSS into Page settings of Shop page only, otherwise all the titles will disappear.

    Best Regards

    #51068

    Kahan Ryan
    Participant

    no,

    Home / Shop breadcumbs

    #51074

    Hello,

    Navigate to Theme Settings > Page heading > Show breadcrumbs > set “off”

    Best Regards

    #51178

    Kahan Ryan
    Participant

    it doesnt work . i remove just from SHOP PAGE . NOT from OTHER PAGE

    #51204

    Hello,

    If you have any questions feel free to contact us.

    Best Regards

    #51211

    Kahan Ryan
    Participant

    you have give me solution doesnt work.

    #51216

    Hello,

    Sorry for the misunderstanding.

    Navigate to Theme Settings > Page heading > disable “Show breadcrumbs”

    Try to use this CSS code:

    .woocommerce-breadcrumb{
    display:none;
    }

    Best Regards

    #51272

    Kahan Ryan
    Participant

    shop page breadcrumb is ok but all page and product page breadcrumb is dissappear

    #51284

    Hello,

    If you want to disable WooCommerce Breadcrumbs use this CSS code:

    .woocommerce-breadcrumb{
    display:none;
    }

    If you want to disable Breadcrumbs on all the other pages Navigate to Theme Settings > Page heading > disable “Show breadcrumbs”

    If you want to disable Breadcrumbs on one certain page, enter this page editing mode and put this code to Page setting section http://prntscr.com/j1rx81

    .entry-title{
    display:none;
    }

    Best Regards

    #51315

    Kahan Ryan
    Participant

    none of these solutions doesnt solve the problem I have mentioned.

    i want to disable Breadcrumbs on shop page. not others other WooCommerce page .

    i did this below code on shop page . it didnt work.

    .entry-title{
    display:none;
    }

    #51328

    Artem Temos
    Keymaster

    We just visited your website and see that the breadcrumbs are already hidden.

    #51399

    Kahan Ryan
    Participant

    because i used this temporarily .woocommerce-breadcrumb{
    display:none;
    }

    i removed now. as i said before i want to disable Breadcrumbs on shop page. not others other WooCommerce page .

    Thank you

    #51400

    Artem Temos
    Keymaster

    Try this code instead

    .woodmart-archive-shop .woocommerce-breadcrumb{
       display:none;
    }
    #51407

    Kahan Ryan
    Participant

    hi

    it didnt work

    #51409

    Artem Temos
    Keymaster

    But there are no breadcrumbs now.

    #51411

    Kahan Ryan
    Participant

    you can look again please

    #51437

    Artem Temos
    Keymaster

    But why did you remove the code we sent you last time?

    #51516

    Kahan Ryan
    Participant

    because it doesn work you send me all this code

    when i put this codes global css all breascumbs are not showing

    I still can not get a clear solution from you in this regard.

    #51522

    Hello,

    1/ Enter Shop page editing mode.
    2/ Open Page Setting Section.
    3/ Place this CSS there not in Global CSS not in other CSS field, only in Page Settings of the Shop page:

    .woodmart-archive-shop .woocommerce-breadcrumb{
       display:none;
    }

    If you follow these steps breadcrumbs on shop page would be hidden. Othe page would have breadcrumbs.

    Please provide your site admin access.

    Best Regards

    #51529

    Kahan Ryan
    Participant

    i did it same . nothing happened

    #51535

    Hello,

    Please provide your site admin access.

    Best Regards

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