Hi,
I’d like to change the font size “—Related Articles—” on the post, which is just under the “Box Author Description”. I can only change from Theme Panel > Theme Fonts > Post Elements > Related Article Title, which is not what I want to change.
I’d like to a bit bigger like 14px. It’s too small for other fonts.
I’m using “Beauty Blog”.
thank you.
Hello !
You can use this custom css code here: https://www.screencast.com/t/eDld6zzO9Zo
.td-related-title {
font-size: 20px;
}
Let me know how this worked out !
Thank you !
I’ve just been only setting up so haven’t published any posts at all. There are still on Template posts as default settings on Beauty Blog.
Like:
https://demo.tagdiv.com/newspaper_blog_beauty/td-post-the-10-most-common-dreams-and-what-is-their-meaning/
The end of the article and author description and as well as SNS icons, small title : “—–RELATED ARTICLES—-”
it’s too small.
Thank you.
Hello !
Please try this CSS. As you can see it worked on our side: https://www.screencast.com/t/l33WMueSm73
.td-blog-beauty .td_block_template_1 .td-related-title .td-cur-simple-item {
font-size: 15px;
}
I hope this was more helpfull !
Thank you !