Tagged: x
-
AuthorPosts
-
December 4, 2016 at 9:29 pm #1281069
Hello dear Themeco team,
i really love your themes and the great work.how can i change the heights between the lines for the headline font?
Its way to much space. See Picture >Thanks for help.
Best regards
DirkDecember 4, 2016 at 10:07 pm #1281108Hi Dirk,
Thanks for writing in! Those are not line height rather padding/margin I guess. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 5, 2016 at 1:04 am #1281211thanks for that quick response, the url is: http://www.fucking-easy-life.de
the line hight is changing when i choose a different font, but this one just fits the best for me.
December 5, 2016 at 1:16 am #1281222Hi there,
It seems you are using the line-height and padding with inline style for the text. So let’s adjust them from there. If you don’t add any line-height then it should work normal.
Cheers!
December 5, 2016 at 2:29 am #1281259ok great.
could you please tell where I can adjust this? “with inline style for the text”
i couldn’t find anything like this.
thanksDecember 5, 2016 at 2:35 am #1281262Hi there,
Please update
h2
tag to :<h2 style="line-height: 23px;margin-top: 0;"><span style="font-size: 20pt;">Mit dieser Übersicht wirst Du Dein Leben massiv vereinfachen und erfolgreich planen – Geniale Aufteilung</span></h2>
Hope it helps.
December 5, 2016 at 11:47 am #1281864hello, great it worked very well, but is it possible to change it for the hole theme? i don’t to change manually all pages, its also the same problem for h3.
December 5, 2016 at 12:19 pm #1281903Hi There,
Please add on Appereance > customizer > Custom > CSSS
h2, .h2 {
line-height: 23px;
margin-top:0px;
}Do the same for h1 h3 h4 h5 h6…and adjust the line height according to your wishes.
Hope that helps
Joao
December 5, 2016 at 1:06 pm #1281975perfect
now i got it.. i am a little new to modify the theme within the css, but it works great. so i also can adjust the fontsize, margin, and so on.
Thanks a lot
DirkDecember 5, 2016 at 3:13 pm #1282136Hi There,
Yes you can,
If you would like to learn a few basic things about CSS I recommend you watching a series called CSS Basics from DevTips on youtube, Travis(the guy who runs the channel) is so funny and an extreme good teacher.
And of course if you need assistance with anything we are always here to help you.
Another useful tool is , in case your CSS stop working or something is use a website called CSS Lint that checks your code for you 🙂
Hope that helps
Joao
December 6, 2016 at 1:40 pm #1283556this is very good help, where can i find the css file inside the theme. With “PageSpeed Insights” there where a lot about to much css and java.
December 6, 2016 at 3:56 pm #1283720Hi There,
From your admin dashboard, please navigate to Appearance > Customize, then on Customizer under the Custom panel, you will see the Edit Global CSS and Edit Global JS.
Thanks.
-
AuthorPosts