Larger font in Blogum
-
Can someone tell me how to increase the size of my font in blogum? I am fine with the size of my headings, but I’d like to increase the size for the date, categories, etc (the post information on the left side of the page), the text within the post body and the text for the widgets on the right side. I know I can use a custom font, but I like the font as is, just want it to be larger.
The blog I need help with is: (visible only to logged in users)
-
Google search string:
blogum increase font size site:en.forums.wordpress.comGoogle search results (partial):
https://en.forums.wordpress.com/topic/how-do-i-change-the-font-sizes-of-body-or-menu-text?replies=2
https://en.forums.wordpress.com/topic/two-css-questions-for-blogum-theme?replies=6#post-1123916 -
Thank you! Still looking for info on how to change the text in the left sidebar and right widget sidebar.
-
I don’t help with CSS editing. I go to Google and I search. I provided an example of the search string syntax above for your use.
Google search string:
blogum increase font size in widgets site:en.forums.wordpress.com -
I figured it out on my own. Here is the coding I used for other’s reference!
.widget-body,
.widget-body p,
.widget-body li {
font-size: 12px;
line-height: 1.5;
}.post-data .post-date-link {
border: none;
color: #9d9d9d;
font-size: 12px;
}.post-categories {
background: url(‘images/dash.png’) 0 0 no-repeat;
font-size: 12px;
margin: 10px 0;
padding-top: 10px;
}.comments-link,
.post-edit {
font-size: 12px;
margin-top: 10px;
padding-top: 10px;
- The topic ‘Larger font in Blogum’ is closed to new replies.