Hi,
I’ve found a few threads close to what I was looking for but I’m still on the search, I’m just wondering how to change the text logo size and font? I’d like it smaller and possibly change the font, I’m guessing theres a CSS code for it but I’m not sure.
Thanks for any help.
Thanks Mehmet.
Is there a way to decrease the space between the site title and tagline?
I’ve tried:
.site-title { margin-bottom: 0px; }
.site-description { margin-top: 0px; }
OH thank you! it’s embarrassing I didn’t know about this existence of this! very useful.
any way I tried the code to change the size of the text, modifying the value of 5, but it doesn’t work. strange.
Hi Ahmet!
my site is http://www.labnoon.com, I also tried another custom css I found to edit the size of each post, but that doesn’t work either!
.blog-posts .entry-title {
font-size: 20px;
}
@ahmetsali wow thank you very much I corrected it! but there are two problems, one is that when I open the post the title is still as big as it was before, and it’s not pretty.
and the code provided in the documentation to resize the text still doesn’t work.
h1.site-title {
font-size: 4em;
}