Home Forums WoodMart support forum Letter spacing

Letter spacing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #566143

    hrabanekjakub
    Participant

    Hello,

    is there an easy way how to add letter spacing to the fonts in the theme settings?

    Thanks you.

    #566203

    Hello,

    Where do you want to apply letter spacing? Can you please share the page url so i will check and give you a custom css code.

    Best Regards.

    #566532

    hrabanekjakub
    Participant

    Hello Aizaz,

    if it is not possible to use it globally as a font then do not worry about it. Custom code for every page seems a little unsystematic.

    Thank you,
    Jakub

    #566636

    Hello,

    Here’s an example of CSS code to adjust letter spacing for different elements. You can add the Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* Example for body text */
    
    body {
      letter-spacing: 1.5px;
    }
    
    /* Example for headings */
    
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: 2px;
    }
    
    /* Example for specific class */
    
    .custom-class {
      letter-spacing: 2px;
    }

    Best Regards.

    #566991

    hrabanekjakub
    Participant

    Thank you Aizaz

    #566993

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Letter spacing’ is closed to new replies.