change font size in Ixion post descriptions
-
Hi,
I want to have more of a designated break between each of our posts. I think if I increase the font size where the post date line is (that precedes all posts) this will work. Example line below:17 JULY, 2017 I LIBRARY NEWS I EDIT
How can I do this in the CSS? Any other suggestions?
Thanks
The blog I need help with is: (visible only to logged in users)
-
… or maybe the name of the post wold be better to increase? The difference is not required when accessing the individual post but rather the pages where multiple posts appear.
Hope this makes sense.
Thanks
-
Hi there,
Please try adding the css below in My Sites > Customize > CSS.
.home .entry-meta, .archive .entry-meta { font-size: 18px; }https://en.support.wordpress.com/custom-design/editing-css/
The 18px for the font-size can be increased or decreased to suit your preference.
If the css doesn’t have the desired effect, please let me know :)
-
or maybe the name of the post wold be better to increase?
If you’d like to change the size of the excerpt titles rather than the byline info, please try using this:
h2.entry-title { font-size: 32px; } -
-
I’ve made both changes. Whilst the byline info looks larger on my archive pages (Learn and Research Support) it seems unchanged on my News page. Is there anything else to add to increase the byline info on the News page? The Blog page is https://uonlib.wordpress.com/library-news/
Here is the CSS I copied and pasted below.
}
h2.entry-title {
font-size: 30px;
}.home .entry-meta,
.archive .entry-meta {
font-size: 18px;
} -
Please change:
.home .entry-meta,
.archive .entry-meta {
font-size: 18px;
}to
.home .entry-meta, .blog .entry-meta, .archive .entry-meta { font-size: 18px; } -
-
-
- The topic ‘change font size in Ixion post descriptions’ is closed to new replies.