bkeller49 wrote:I styled the font in the left sidebar by adding: .suf-widget h3 {font-size:25px;} to the custom styles and that worked great[...]
What worked great??? The class .suf-widget h3 reffer only to the widgets titles, or you supress any title in your widgets. Probably in your widgets is reflected the changes from Typography section.
Your texts are in "content" of widgets, not in "title". So, you need to address the class .dbx-content, like this:
- Code: Select all
#sidebar-shell-1 .dbx-content {font-size:25px;}
#sidebar-shell-2 .dbx-content {font-size:14px;}
(I use 25px for the left sidebar, like you said that you added at Custom Styles - you will see the difference, probably you will wish to use 18px like it is for real now and for right sidebar your new, smaller font).