Home › Forums › WoodMart support forum › Fonts Typography
Fonts Typography
- This topic has 3 replies, 2 voices, and was last updated 7 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 28, 2024 at 6:17 am #625846
K1W1ParticipantI 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?
December 28, 2024 at 2:25 pm #625905
Aizaz Imtiaz AwanKeymasterHello,
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
December 31, 2024 at 2:16 pm #626453
K1W1ParticipantIt 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?
December 31, 2024 at 4:56 pm #626481
Aizaz Imtiaz AwanKeymasterHello,
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
-
AuthorPosts
Tagged: Typography General
- You must be logged in to create new topics. Login / Register