-
AuthorPosts
-
December 7, 2019 at 4:04 pm #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!December 7, 2019 at 5:24 pm #1163647Hey 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.
December 7, 2019 at 6:11 pm #1163663Hi 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!
December 7, 2019 at 11:15 pm #1163700Hi,
The letter spacing didn’t work with the code above?Best regards,
Jordan ShannonDecember 8, 2019 at 10:04 am #1163745Hi,
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!
December 8, 2019 at 1:46 pm #1163769 -
AuthorPosts
- You must be logged in to reply to this topic.