I want to change the size of the fonts in the sidebar widget (Categories / Last post / etc) I want them to be bigger.
Also I want to change the post tittle size to for a bigger one.
Can you help me out?
Website: http://www.survivorfield.com
I want to change the size of the fonts in the sidebar widget (Categories / Last post / etc) I want them to be bigger.
Also I want to change the post tittle size to for a bigger one.
Can you help me out?
Website: http://www.survivorfield.com
Hi,
Add the code below into: Customize > additional CSS.
h3.widget-title {
font-size: 26px;
}
h2.entry-title {
font-size: 30px;
}
Regards,
Awan
Thanks this helps alot but I think I didn’t say it right, I want to change the size of the text in the widget, the posts.
Bump
The text in the circle is the one I want to re-size, can you help me out?
Hi,
You can use this:
.widget ul li {
font-size: 16px;
}
Regards,
Awan