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

    Hi
    I would like to modify our H1 to H6 letter spacing.
    I refer this
    https://kriesi.at/support/topic/letter-spacing/

    and add the code to our CSS editor.

    h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01em !important; }
    #top .av-main-nav > li > a { letter-spacing: 0.01em !important; }

    Not working.
    Please help.
    Thanks!

    #1163647

    Hey HeeHA,

    Please try the code like this:

    
    #top h1, #top h2, #top h3, #top h4, #top  h5, #top h6 { letter-spacing: 0.06em !important; }
    #top .av-main-nav > li > a { letter-spacing: 0.06em !important; }
    

    The 0.01em is too little and so was not noticeable.
    Best regards,
    Victoria

    • This reply was modified 4 years, 11 months ago by Victoria.
    #1163663

    Hi Victoria
    The menu is fine.
    But the <Hx> tag is not working.

    Now I tried the code below. The code is working:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    

    Is there any simple code for the H tag letter spacing?

    Thank you!

    #1163700

    Hi,
    The letter spacing didn’t work with the code above?

    Best regards,
    Jordan Shannon

    #1163745

    Hi,

    Sorry, I found where the problem is. I have below CSS code on the “Quick CSS”.

    @import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
    body {
    font-family: 'cwTeXYen', sans-serif;}
    
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-family: "微軟正黑體","新細明體", Arial, Helvetica, sans-serif;
    }
    

    Now it’s working now.

    Thank you!

    #1163769

    Hi,

    Great, I’m glad that you found the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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