Hello,
how do I increase the font size of the post titles? I tryed some quick css codes from older Support entrys, but it doesnt work.
Look here: http://im-dialog-ev.andregoedecke.de/2016/11/13/und-noch-einer/
Thanks
André
Hey delfin_68!
Try to use this code:
h1.main-title.entry-title {
font-size: 24px;
}
or this one if above doesn’t work:
h1.main-title.entry-title {
font-size: 24px !important;
}
Just adjust the font size value. Hope this helps :)
Cheers!
Nikko
Hi Nikko, it works, thank you :-)
Hey!
Glad we could help :)
Cheers!
Nikko