How do I alter the height of the line spacing for the "Clean Journal" theme
Hello Guys,
Please, how do I alter the height of the line spacing for the "Clean Journal" theme as found on my blogs (intechreviews.com; mtn4u.com) to make the spacing greater. Right now the spacing doesn't make the readibility of the blogs good. I was told to follow this directions; add it in "Appearance => Customize => Additional CSS" box:
That worked but the problem now is that I also tried changing it by navigating to multisite (wordpress) network admin - Themes -Editor- Style Sheet (style.css). It is reflecting; line-height: 1.7em;
but this line spacing is too much. I want 1.3 height, but now I cant change this, either from here or from the "Appearance => Customize => Additional CSS" box:
Please help.
See multisite (wordpress) network admin - Themes -Editor- Style Sheet (style.css)... below
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: "Merriweather", serif;
font-size: 16px;
line-height: 1.7em;