Home Forums WoodMart support forum Product page header

Product page header

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #192741

    nine
    Participant

    Hello!

    Is it possible to make the same title style for a product like on other pages?
    I’ve attached an image, please have a look at it.

    Best regards,
    Zsolt

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    I saw the screenshot you attached. Unfortunately, there is no option in theme settings to make the product title same as the pages title.

    If you want to change the font color of the product title then you need to use typography settings under Theme Settings >> Typography.

    You can also read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

    #192754

    nine
    Participant

    Thank you. So no solution for my needs. I try to make it somehow.

    Other problem that if there’s a space in the name of category, it is displayed like in the attachment. So the row gets bigger if there’s a space in the text.

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

    Hello,

    You are Most welcome.

    I saw the screenshot you attached. Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #192865

    nine
    Participant
    #192961

    Hello,

    I have visited your website. Please add the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.

    #menu-categories #menu-item-3865 {
    width: 268px;
    }

    Best Regards.

    #192987

    nine
    Participant

    Thank you. Here the same problem: https://bdfa.ninecompany.hu/termekkategoria/diszkovek/
    It gives a breakline instead of space.

    #193001

    Hello,

    You are Most Welcome.

    I have visited the URL you provided. Please add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woodmart-product-categories.hasno-product-count .cat-item.cat-item-93 {
    width: 290px;
    }

    Best Regards.

    #193003

    nine
    Participant

    It is not the best solution, because as you can see in the attachment, there’s a not needed space.
    If there’s not a space in the category name before comma, it is ok, so the width is ok in this case, but if there a space, somthing is broken.

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

    Hello,

    I saw the screenshot you attached. This is not a broken element. You see that you are using the categories title that is long and you asked about the display space which is not possible. So I provided you with CSS to set its width and its working well.

    So if you want to decrease the space as you pointed in the screenshot you need to add the following Custom CSS in Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woodmart-product-categories.hasno-product-count .cat-item.cat-item-40 {
    margin-left: -10px;
    }

    You can adjust the value according to your needs.

    Best Regards.

    #193018

    nine
    Participant

    Hello!

    No, the problem is not with the long string, because for example if I give a longer name to category without space after comma, it is ok. The problem is with the space after comma.

    Please have a look at the attachment. If it not solvable, I’ll make the category names without comma.

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

    Hello,

    I saw the screenshot you attached. Sorry for the misunderstanding. As you are trying to use commas with space and its causing the issue. Remove the space with the comma. Because whenever you use space then it will move it to the next line.

    If the problem still continues after removing the space then, Please provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #193032

    nine
    Participant

    Ok, so we can’t use space character in category names. In our language it is important, but in this case we have to left it.

    #193061

    Hello,

    As I mentioned in one of my previous replies the real issue is the long titles that are covering up all the space. So when you enter a comma or space to the item then it has to adjust within the width it has been assigned. That’s why it moves to the next line.

    So in this scenario you have not to use the space element with the categories titles. Hope you will understand.

    Best Regards.

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