Archived topic
Meta box/Footer widget #3 font weight
1 reply · Started by Dejan on March 13, 2017
Hello there,
I have 4 widgets, 3 widgets in the right sidebar and 1 widget in the footer #3.
I wanted bold titles for widgets so I went to Customize -> Typography -> Widgets -> Font weight bold
Everythink OK. However, I don't want that fourth widget in the footer #3 to be bold because my meta box with links is in it. What should I do? CSS custom code for footer #3 title?
Hi there,
I would just use CSS for the right side bar title:
.inside-right-sidebar .widget-title {
font-weight: 700;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.