Home › Forums › WoodMart support forum › Project category
Project category
- This topic has 11 replies, 2 voices, and was last updated 2 years, 7 months ago by Luke Nielsen.
-
AuthorPosts
-
May 4, 2022 at 5:39 pm #373057
pullmanParticipantHello,
How to hide this “number of products” ??
Attachments:
You must be logged in to view attached files.May 5, 2022 at 10:44 am #373225
Luke NielsenKeymasterHello,
In order to hide product count, you should turn on the “Hide product count on category” option that is in Theme Settings -> Product archive -> Categories styles.
https://monosnap.com/file/NcUlYm8uQm8IeAn7NhZQlN5MAgwV8x
If you’re having trouble of any kind issue, please let me know. I’ll do everything I can to help.
Kind Regards
May 5, 2022 at 10:55 am #373231
pullmanParticipantHello,
Thank you for your reply! That works!
One more question, only on mobile View, the product categories Name is showing Two rows.
I need to make it in a row.
How to edit ??
Attachments:
You must be logged in to view attached files.May 5, 2022 at 5:09 pm #373434
Luke NielsenKeymasterHello,
Please, try this one code that would cancel line wrapping on the categories items. Enter it into the “Custom CSS for mobile” area.
.category-grid-item .wd-entities-title { white-space: nowrap; }
Let me know if you have any questions.
Kind Regards
May 5, 2022 at 5:32 pm #373446
pullmanParticipantHello,
Thank you for the code! it apparently nothing change.
It may be caused by font size?? Could you please give us the font size code, too?
May 5, 2022 at 5:42 pm #373450
Luke NielsenKeymasterHello,
Could you please send your URL link to the site with these categories items? It will help me better understand the issue.
Looking forward to collaborating with you!
Kinds Regards
May 5, 2022 at 5:50 pm #373451
pullmanParticipantHello,
Here’s our web site URL. this issue cause only on Mobile View.
May 6, 2022 at 10:10 am #373570
Luke NielsenKeymasterHello,
The fact is that you have already added custom code for the categories titles which interrupts the code I sent for you. In such a case, just add to your custom code the
white-space: nowrap;
value that aligns all characters in one line.https://monosnap.com/file/zR4DYmDSUByVo1Ds0i3tsBHhyTjfst
Kind Regards
May 6, 2022 at 5:27 pm #373767
pullmanParticipantHello,
Thank you for your support.
Where do I need to add this code “white-space: nowrap;” ??
Theme Settings >>Custom CSS for mobile landscape??
I have the code you sent for me there, so 4th row??
Attachments:
You must be logged in to view attached files.May 9, 2022 at 9:45 am #374152
Luke NielsenKeymasterHello,
Sorry for confusing you, judging by your screenshot you pasted the code in the wrong place, it should be added to the “Custom CSS for mobile” area and not in the “Custom CSS for mobile landscape”. So please, enter the first code that I added to the “Custom CSS for mobile” area and check the issue.
https://gyazo.com/c1dd91087f00fc18d2409d4f5d2bc056
https://gyazo.com/9baca355b92475d6069965b462d88b06
If you have still problems with the enabling of the code, please provide your admin access, I will do my best to help you.
Kind Regards
May 9, 2022 at 5:14 pm #374339
pullmanParticipantHello,
I added the code in the wrong place. now all problem solved!
Thank you for your quick response. It is very much appreciated.
Best.
May 9, 2022 at 5:28 pm #374343
Luke NielsenKeymasterHello,
Glad that everything is sorted out!
If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.
Thank you for your time and honesty.
Kind Regards
-
AuthorPosts
The topic ‘Project category’ is closed to new replies.
- You must be logged in to create new topics. Login / Register