Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › related articles styling and spacing › Reply To: related articles styling and spacing
December 17, 2014 at 8:13 am
#136183
Hi David,
You can alter those font size using this Custom CSS.
.posts-type-bold .recent-post .details-wrap h3 { }
.posts-type-bold .recent-post .post-date { }
.posts-type-bold .recent-post .author { }
First is for the title, second is for the post date, and the last one is for the author.
or you mean the related articles title itself means, use this one.
.related-articles > h2 { }
Let us know,
Thanks,
laranz.