which fonts in harmonic theme?
-
I searched all the forums but couldn’t find an answer: Which fonts are used in the harmonic theme?
And if I’d like to change the font color on the front side template in the main site section (or the widget section) e.g. from white to black, do I need the custom css upgrade or can this be done with html?
The Blog I need help for is: https://zugehoerigkeitsbehoerde.wordpress.com
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Here is the font details on Harmonic theme.
You can use a Firefox add on like Font Finder to figure this.
Color =============================== color: #111111 color: rgb(17, 17, 17) background-color: transparent Font =============================== font-family (stack): "Hind",sans-serif Font being rendered: "Hind" font-size: 16px Spacing =============================== line-height: 1.5em (24px) vertical-align: baseline letter-spacing: normal word-spacing: 0pxI’d like to change the font color on the front side template in the main site section (or the widget section) e.g. from white to black, do I need the custom css upgrade or can this be done with html?
Yes, this change has to be done by manipulating CSS and hence requires Custom Design upgrade. We can’t add or edit HTML. We can only add or change CSS.
-
Thanks a lot chaitanyamsv!
Didn’t know that add-on.Btw, do you have any idea what css code I could use to change the font color for the front page template in a specific section (especially the main site and the widget section)?
-
Main section .
body.home #page-section .entry-header, body.home #page-section .entry-content h5, body.home #page-section .entry-content h6, body.home #page-section .entry-content p { color: red; }Widget section.
body.home .widget-area .widget_text h1, body.home .widget-area .widget_text p { color: green; } /* Link color in the ZUGEHÖRIGKEIT PRÜFEN widget */ #slide-4 .widget a { color: yellow; }Please change the color as needed.
-
Thanks again chaitanyamsv!
Probably, I will have some more custom CSS question as soon as I proceed. I’m going to post them at the CSS forum and link them here.
- The topic ‘which fonts in harmonic theme?’ is closed to new replies.