Is there an easy way to change the title for our blog articles to H2?
I can’t find any way to modify without css.
Hi allyson2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content-wrapper .post-title {
font-size: 25px;
}
and adjust as needed
Cheers!
Yigit
Yigit, awesome.
And how can I change the color?
Hi!
Please add following code to Quick CSS as well
.entry-content-wrapper .post-title {
color: blue !important;
}
Regards,
Yigit
Yigit, I actually want it to be grey #666666. I’ve changed it to:
.entry-content-wrapper .post-title {
color: #666666 !important;
}
but it doesn’t seem to work. Ideas?
Hey!
Please try using .post h1.post-title instead and let us know if it worked :-)
Regards,
Basilis
Nope Basilis, that doesn’t work either.
Any other ideas?
Hi!
Please add following code to Quick CSS
.post h1.post-title a {
color: #666666!important;
}
Best regards,
Yigit
Nope, that changes it back to what it was in the beginning.
The only thing that helps is adding the following (with changing 25 to 28):
.entry-content-wrapper .post-title {
font-size: 25px;
Hi!
Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?
Cheers!
Yigit
Yigit,
The size (28 pt) is great. I just want it to be grey #666666, not blue.
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
If you can’t get it to work, I can live with the blue ;)
Hi!
I added the code i posted here – https://kriesi.at/support/topic/increase-blog-header-font-size/#post-547074
Please review your website now
Cheers!
Yigit
You ROCK Yigit! Thank you ;)