Home › Forums › WoodMart support forum › Remove the "shop" title on the main shop page
Remove the "shop" title on the main shop page
- This topic has 21 replies, 3 voices, and was last updated 7 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
April 5, 2018 at 5:26 pm #51058
Kahan RyanParticipantRemove the “shop” title on the main shop page
April 5, 2018 at 6:08 pm #51066
Elise NoromitMemberHello,
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
April 5, 2018 at 6:22 pm #51068
Kahan RyanParticipantno,
Home / Shop breadcumbs
April 5, 2018 at 7:13 pm #51074
Elise NoromitMemberHello,
Navigate to Theme Settings > Page heading > Show breadcrumbs > set “off”
Best Regards
April 6, 2018 at 10:02 am #51178
Kahan RyanParticipantit doesnt work . i remove just from SHOP PAGE . NOT from OTHER PAGE
April 6, 2018 at 11:06 am #51204
Elise NoromitMemberHello,
If you have any questions feel free to contact us.
Best Regards
April 6, 2018 at 11:20 am #51211
Kahan RyanParticipantyou have give me solution doesnt work.
April 6, 2018 at 11:33 am #51216
Elise NoromitMemberHello,
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
April 6, 2018 at 2:02 pm #51272
Kahan RyanParticipantshop page breadcrumb is ok but all page and product page breadcrumb is dissappear
April 6, 2018 at 2:57 pm #51284
Elise NoromitMemberHello,
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
April 6, 2018 at 7:25 pm #51315
Kahan RyanParticipantnone 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;
}April 6, 2018 at 10:57 pm #51328
Artem TemosKeymasterWe just visited your website and see that the breadcrumbs are already hidden.
April 7, 2018 at 11:12 am #51399
Kahan RyanParticipantbecause 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
April 7, 2018 at 11:48 am #51400
Artem TemosKeymasterTry this code instead
.woodmart-archive-shop .woocommerce-breadcrumb{ display:none; }
April 7, 2018 at 12:14 pm #51407
Kahan RyanParticipanthi
it didnt work
April 7, 2018 at 12:42 pm #51409
Artem TemosKeymasterBut there are no breadcrumbs now.
April 7, 2018 at 1:11 pm #51411
Kahan RyanParticipantyou can look again please
April 7, 2018 at 7:01 pm #51437
Artem TemosKeymasterBut why did you remove the code we sent you last time?
April 8, 2018 at 9:52 am #51516
Kahan RyanParticipantbecause 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.
April 8, 2018 at 10:34 am #51522
Elise NoromitMemberHello,
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
April 8, 2018 at 11:30 am #51529
Kahan RyanParticipanti did it same . nothing happened
April 8, 2018 at 12:02 pm #51535
Elise NoromitMemberHello,
Please provide your site admin access.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register