Archived topic
How can I make sidebar text smaller than the body text?
6 replies · Started by John on August 8, 2017
Hi GP friends! My client is requesting that the sidebar text be smaller than the main body text. How can I adjust the text size in a sidebar? Thanks!
Hi there,
Try this:
.sidebar .widget {
font-size: 10px;
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Awesome! Thanks so much. also wondering how can I center the text in a widget?
also, the title is kinda huge. Is there a way to control the text size of the widget title?
Added center style: https://generatepress.com/forums/topic/how-can-i-make-sidebar-text-smaller-than-the-body-text/#post-361662
Title should be in Typography > Widgets
cool - very helpful!! Thank you! Wondering, how can I center the TITLE of a widget?
Hmm it should be centered with the CSS above.
Can you link me to a page where the title is not centered? Thanks!