Home Forums Air WordPress Theme Letter Spacing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11892
    dousanmiao
    Participant
    Purchased
    Expired

    Hello,

    I am using the Air wordpress theme. How can I change the letter spacing of the heading text only?

    #11895
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    Please login wp-admin, go to Appearance / Theme Options / Custom Css
    Paste the style code to Custom Css:

    h1, h2, h3, h4, h5, h6,.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .text_block h1, .text_block h2, .text_block h3, .text_block h4, .text_block h5, .text_block h6, .ux-portfolio-template-intro h1, .ux-portfolio-template-intro h2, .ux-portfolio-template-intro h3, .ux-portfolio-template-intro h4, .ux-portfolio-template-intro h5, .ux-portfolio-template-intro h6, .slider-con-inn h1, .slider-con-inn h2, .slider-con-inn h3, .slider-con-inn h4, .slider-con-inn h5, .slider-con-inn h6   { 
        letter-spacing: 0.5px;
    }

    the 0.5px is default value, you could change it. If it doesn’t work, please leave your page url.

    Cheers!
    Bwsm – uiueux.comTwitterFacebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.