Home › Forums › WoodMart support forum › How to hide category images?
How to hide category images?
- This topic has 11 replies, 3 voices, and was last updated 19 hours, 23 minutes ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 3, 2023 at 8:56 pm #518014
mukulchauhan3ParticipantIs there any way to hide that type of category image or element?
Reference Link: https://www.rangrezzwears.com/product-category/clothing/women-clothing/womens-western-wear
Attachments:
You must be logged in to view attached files.December 4, 2023 at 2:38 pm #518258
Aizaz Imtiaz AwanKeymasterHello,
You can select General Style from THEME SETTINGS > PRODUCT ARCHIVE > CATEGORIES STYLES .
The category page is edited in Dashboard > Products > Categories > Edit category > Upload images for categories.If you have any questions feel free to contact us.
Best Regards.
December 6, 2023 at 9:02 pm #519222
mukulchauhan3ParticipantI don’t want to change or update the image/element. I want to hide or delete that type of category image/element in product archives.
Attachments:
You must be logged in to view attached files.December 7, 2023 at 2:12 pm #519445
Aizaz Imtiaz AwanKeymasterHello,
Please select “Alternative” in the Theme Settings > Product Archives > Categories styles,
Then add this code to the Theme Settings > Custom CSS > Global:
.cat-design-alt.categories-with-shadow .category-image-wrapp { display:none; }
Best Regards
December 11, 2023 at 6:27 pm #520576
mukulchauhan3ParticipantI am unable to understand, There is no option for “Alternative” in the Theme Settings > Product Archives > Categories styles.
Please provide me the screenshot, if it is possible.
Thank you
December 12, 2023 at 12:45 pm #520818
Aizaz Imtiaz AwanKeymasterJanuary 2, 2025 at 8:05 am #626630
shawnz28ParticipantI know this is an old thread but any way to do the same as above using the 4th category design instead? I have attempted to edit the css but seems each attempt I make removes the image and the text box
Attachments:
You must be logged in to view attached files.January 2, 2025 at 2:36 pm #626765
Aizaz Imtiaz AwanKeymasterHello @shawnz28,
Could you please clarify your request? I am unable to fully understand what you are trying to achieve with the 4th category design. Providing additional details or examples would help me assist you better.
Looking forward to your response.Best Regards
January 2, 2025 at 10:53 pm #626912
shawnz28ParticipantI would like to hide the background images for the categories so that only the blue text box shows in the second image I uploaded. Similar to the initial request just instead here would have the blue box with text remaining.
January 3, 2025 at 10:39 am #626997
Aizaz Imtiaz AwanKeymasterHello,
Try to add this code to the Theme Settings > Custom CSS > Global:
.category-grid-item .category-image-wrapp { display: none; } .category-grid-item .wrapp-category { padding: 10px; background-color: blue; }
Best Regards
January 3, 2025 at 11:20 pm #627240
shawnz28ParticipantIf I add that I get what you see here. I up the padding to 50 and it is better but the blues dont match. I have tried changing he blue to match the theme color but some reason still do not match completely like maybe it is hover shadow?
- This reply was modified 1 day, 6 hours ago by shawnz28.
Attachments:
You must be logged in to view attached files.January 4, 2025 at 10:33 am #627284
Aizaz Imtiaz AwanKeymasterHello,
Try to add this code to the Theme Settings > Custom CSS > Global:
.cat-design-replace-title .wrapp-category:before { background-color: #0000ff !important }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register