How to reduce font size in widgets (Oxygen theme)
-
Hello all,
i’d like to reduce the font size of two widgets on my site : Recents posts (on the left) and D2SI text (on the right)
Thank you for your help !
The blog I need help with is: (visible only to logged in users)
-
Hi, since you mention those two widgets by name, I am targeting the CSS to those two specific widgets by their unique widget IDs. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and adjust as desired.
#recent-posts-3 a { font-size: 90%; } #text-2 .textwidget { font-size: 90%; } -
-
Actually, i have one more question : how could i slightly reduce the size of the secondary menu (on the left), and increase the size of the primary menu (on the top) ?
-
On the left menu, you can reduce the spacing between items, with the following.
.menu-secondary li a { line-height: 1.2em; }To increase the font size on the top menu, add the following and adjust as desired.
.main-navigation a { font-size: 1.33333em; } -
-
- The topic ‘How to reduce font size in widgets (Oxygen theme)’ is closed to new replies.