Archived topic
Sidebar font size
3 replies · Started by Ernesto on July 6, 2019
Hi,
I have just installed the Premium version of Generatepress on to my existing WP site.
I'm trying to change the font size of the Sidebar since the Post's title is too big and won't fit in the sidebar.
I'm struggling to do it and can't find a way to achieve that, can anyone help?
This is what I'd like to resize: http://prntscr.com/obdbi0
Thanks in advance
Hi there,
Try this CSS:
.sidebar .widget_recent_entries ul {
font-size: 14px;
font-weight: 700;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hi there,
it works thanks.
Can I also put it as bold in the same ccs?
Edited the CSS above.