Home Forums WoodMart support forum Fonts Typography

Fonts Typography

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #625846

    K1W1
    Participant

    I am wondering, for example, when I choose a font for text etc, I can only customise the size and colour globally but not line height or letter spacing. You can go to Advanced (but the general text isn’t a choice) and select assignments but you still cannot choose letter spacing. I have to do this manually for each paragraph of text I add as my custom font needs at least 1-2 px letter spacing for better readability. Also, it would be good to have a letter spacing option globally anyway. It would be great also, with an option to change your option from px to rem if preferred (as I do).

    Am I missing something or is this the way it is? With Elementor I could have more control over global elements, with Gutenberg and Woodmart it seems to be missing these features. Or am I looking at it wrongly?

    #625905

    Hello,

    The gaps and letter spacing in the text depend on the content you input. However, you can customize the letter spacing using custom CSS. You can write your own custom css. Here’s an example:

    body {
     letter-spacing: 1px; /* Adjust the value to your preference */ 
    }

    Best Regards

    #626453

    K1W1
    Participant

    It would be great if we could set em/rem as the global instead of just px? Also support for variable fonts would be awesome as well. Also the sidebar filters have an apply button instead of closing for every single choice! Very frustrating for customer that want to get a pair of e.g shoes, blue, with yellow laces or such! have to open the sidebar three times to get their selection. Just doesn’t make any sence?

    #626481

    Hello,

    You can use this custom CSS:

    body {
        letter-spacing: 0.1rem; /* Adjust the value as needed */
    }

    You can post your suggestions/requests related to the Theme on the following Feature Request thread:
    https://xtemos.com/forums/topic/features-requests-2/

    So, if the Development Department finds it fits with the Theme environment then surely they will look through it.
    Thanks for your understanding.

    Best Regards

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