I would like to change the size of the H1 font to 30px.
Can you please tell me how I can do that?
Thanks.
Hi bakbek!
Can you please point us to the exact element that you’re trying to change? You can use this on Quick CSS or custom.css:
h1 {
font-size: 30px;
line-height: 1.1em;
margin-bottom: 10px;
}
Regards,
Ismael
Hi, that didn’t work.
I want to make the H1 inside a blog post bigger.
Also, as you can see in the screenshot above the image next to the comment doesn’t look good. there is no space there. How can I fix that?
Thanks.
Hi!
More specifically you can use:
.entry-content-wrapper .post-title {
font-size: 30px;
}
For the comment image spacing we would need to see the site live. By default it shouldn’t look like that and should instead be like in the demo: http://kriesi.at/themes/enfold/2011/02/17/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
Regards,
Devin
Hey!
On what OS and browser are you testing this with? I checked the comment avatar container and the spacing is fine. http://www.photobek.com/hello-world/
Best regards,
Ismael
Hey!
Here is how it looks on my end (Chrome on 10.9):
Cheers!
Josue
OK, cool. Thanks.