bigger fonts
-
hi!i would need the code,to make the fonts bigger,as in the blog”Things we meke”the one you featured a while ago,but with a dark purple colour.thank you in advance
The blog I need help with is: (visible only to logged in users)
-
Hi there, let’s start with the below. The first CSS rule makes the navigation larger and also makes it bold since even at a larger size it is hard to read with your chosen background image. The second CSS rule is for the widgets in the sidebar. The third is for the entry content in posts and pages. You can adjust any of the values to the size you desire.
.main-navigation a { font-size: 130%; font-weight: bold; } .site-main .widget-area p, .site-main .widget-area a { font-size: 130%; } .entry-content { font-size: 120%; } -
-
- The topic ‘bigger fonts’ is closed to new replies.