Home › Forums › WoodMart support forum › Remove placeholder image for categories in Main Menu
Remove placeholder image for categories in Main Menu
- This topic has 9 replies, 2 voices, and was last updated 6 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
December 11, 2018 at 1:17 pm #95428
craigduttonParticipantHow do I remove the placeholder image for categories in the main menu? I have a category that has a lot of items and don’t want images in the menu.. See attached pic.
Attachments:
You must be logged in to view attached files.December 11, 2018 at 1:35 pm #95435
Artem TemosKeymasterHello,
Thank you so much for purchasing our theme and contacting our support center.
Seems that you don’t have any images uploaded to your categories. You can do this in Dashboard -> Products -> Categories. If you don’t want to show images there at all, you need to user menu list element instead of categories in WPBakery. https://www.youtube.com/watch?v=fWUe8wPLG2g
Kind Regards
XTemos StudioDecember 11, 2018 at 1:56 pm #95445
craigduttonParticipantHi
Thanks for replying to my post… The problem with the menu list option is that it can’t show how many items are in that category. Is there no way to just not have the placeholder image?Regards
Craig
December 11, 2018 at 2:13 pm #95450
Artem TemosKeymasterYou can hide it with CSS code but it will be also hidden on all other categories elements on your website.
December 11, 2018 at 2:15 pm #95452
craigduttonParticipantIs it not possible that when there is no image is uploaded then show no image?
December 11, 2018 at 2:18 pm #95458
Artem TemosKeymasterThis element is a part of the WooCommerce plugin and it is how the plugin works. If there is no image uploaded, default WooCommerce placeholder is used.
December 11, 2018 at 2:20 pm #95459
craigduttonParticipantOk thanks you for your time…
December 11, 2018 at 2:29 pm #95462
Artem TemosKeymasterYou are welcome. Feel free to contact us if you will have any extra questions.
December 11, 2018 at 3:13 pm #95476
craigduttonParticipantHi
Would you be able to give me the code to remove the placeholder images for all categories?Thank you
CraigDecember 11, 2018 at 7:06 pm #95520
Artem TemosKeymasterYes, you can use the following code
.cat-design-replace-title .category-image-wrapp { display: none; } body .cat-design-replace-title .hover-mask { position: relative; } -
AuthorPosts
Tagged: category images, menu
- You must be logged in to create new topics. Login / Register
