Home Forums WoodMart support forum Project category

Project category

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #373057

    pullman
    Participant

    Hello,

    How to hide this “number of products” ??

    Attachments:
    You must be logged in to view attached files.
    #373225

    Luke Nielsen
    Keymaster

    Hello,

    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

    #373231

    pullman
    Participant

    Hello,

    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.
    #373434

    Luke Nielsen
    Keymaster

    Hello,

    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

    #373446

    pullman
    Participant

    Hello,

    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?

    #373450

    Luke Nielsen
    Keymaster

    Hello,

    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

    #373451

    pullman
    Participant

    Hello,

    Here’s our web site URL. this issue cause only on Mobile View.

    #373570

    Luke Nielsen
    Keymaster

    Hello,

    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

    #373767

    pullman
    Participant

    Hello,

    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.
    #374152

    Luke Nielsen
    Keymaster

    Hello,

    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

    #374339

    pullman
    Participant

    Hello,

    I added the code in the wrong place. now all problem solved!

    Thank you for your quick response. It is very much appreciated.

    Best.

    #374343

    Luke Nielsen
    Keymaster

    Hello,

    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

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

The topic ‘Project category’ is closed to new replies.