Tagged: x
-
AuthorPosts
-
August 2, 2016 at 11:29 am #1113999
brooklinpapercoParticipantAnyone 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;
}August 2, 2016 at 12:22 pm #1114072
RahulModeratorHey 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.
August 3, 2016 at 11:01 am #1115582
brooklinpapercoParticipantHi 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.
August 3, 2016 at 12:05 pm #1115689
ThaiModeratorHi There,
Would you mind providing us with your website URL so we can take a closer look?
Thank you.
August 3, 2016 at 7:44 pm #1116294
brooklinpapercoParticipantAugust 4, 2016 at 12:12 am #1116738
Rue NelModeratorHello 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. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1113999 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
