Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1113999
    brooklinpaperco
    Participant

    Anyone know how to customize it?

    I’ve tried adding these codes to the customizer

    body {
    letter-spacing: 0.5px !important;
    }

    and

    .x-text {
    letter-spacing:0.5px !important;
    }

    #1114072
    Rahul
    Moderator

    Hey There,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you’re trying to do.
    If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do. We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank You.

    #1115582
    brooklinpaperco
    Participant

    Hi Rahul. I’m trying to add a bit of spacing (kerning) on my body font text. We can change the letter spacing in the appearance menu for all the headings (h1-h6) but I want to do it for the regular body text.

    #1115689
    Thai
    Moderator

    Hi There,

    Would you mind providing us with your website URL so we can take a closer look?

    Thank you.

    #1116294
    brooklinpaperco
    Participant
    #1116738
    Rue Nel
    Moderator

    Hello There,

    Thank you for providing the url of your site. Your code is partly valid. The problem with your code is that since you are using px, you can only use a whole number. If you are using em or rem, then you can have decimals like 1.2 or 0.5. You can make use of this code:

    body {
      letter-spacing: 2px !important;
    }
    
    .x-text {
      letter-spacing: 2px !important;
    }

    Feel free to adjust the spacing by incrementing the whole number.
    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1113999 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>