Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285926
    tijshelpt
    Participant

    Hi,

    When I adjust the letter-spacing value of the H1 tag in the customiser this is not reflected in the CSS used on the rendered page. I suspect this is a bug. Judging from other posts on this forum this has been a problem for a while now.

    I know I can try to fix this through my child theme but I prefer this bug being fixed.

    Kind regards,
    Tijs

    http://staging2.tijshelpt.nl/massages/
    Theme X version 4.6.4 (renew stack)

    #1285966
    Christian
    Moderator

    Hey Tijs,

    I confirm that it doesn’t change. This is because of specificity. The h1 in an archive page has the class .h-landmark which has a set line-height in all the Stack’s CSS. Not sure if this is the intended design or is a bug but I’ll forward this to our dev team.

    The Customizer setting will work on regular headlines.

    To change the entry-title letter-spacing, add the code below in your Appearance > Customize > Custom > Global CSS

    .h-landmark, .entry-title.h-landmark {
        letter-spacing: 1em;
    }

    Thanks.

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