How to get sidebar widget headers smaller in A11Y'all
-
I’ve managed to adjust the font-size for the headers in the main page but I cannot figure out how to do the same for the sidebar widget headers.
I was able to reduce the text in the widgets but not the headers. They look like they are font-size: 2em. I’ve tried adding this to the a11yall-child theme but they are still enormous and take up a lot of room in the sidebar.
#main.aside.widget, #main.aside.widget_text div.textwidget {font-size: 96%;} #main.widget-area h2 { font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; font-size: 1em; line-height: 1.2em; font-weight: bold; margin: 0 0 5px; padding: 0; text-transform: none; } #main.widget-area h3 { font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; font-size: 0.9em; line-height: 1.1em; font-weight: bold; margin: 0 0 5px; padding: 0; text-transform: none; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to get sidebar widget headers smaller in A11Y'all’ is closed to new replies.