jholmertz Posted October 12, 2023 Share Posted October 12, 2023 How do I adjust the metadata size on my blog posts? Link to comment
Solution Web_Solutions Posted October 12, 2023 Solution Share Posted October 12, 2023 2 hours ago, jholmertz said: How do I adjust the metadata size on my blog posts? Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. You can change the value 10px to as you want. 12px or 13px or 14px........ .blog-item-wrapper .blog-meta-item, .blog-item-wrapper .blog-meta-item a, .blog-item-wrapper .blog-meta-item span { font-size: 10px !important; } Ainul and jholmertz 1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
jholmertz Posted October 13, 2023 Author Share Posted October 13, 2023 Thank you, @Web_Solutions. Is it possible to also make it bold? Link to comment
Web_Solutions Posted October 13, 2023 Share Posted October 13, 2023 1 hour ago, jholmertz said: Thank you, @Web_Solutions. Is it possible to also make it bold? Yes. Here is the code. .blog-item-wrapper .blog-meta-item, .blog-item-wrapper .blog-meta-item a, .blog-item-wrapper .blog-meta-item span { font-size: 10px !important; font-weight: bold !important; } Ainul, tuanphan and jholmertz 3 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
jholmertz Posted October 20, 2023 Author Share Posted October 20, 2023 Thank you @Web_Solutions! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment