tevestudios Posted December 12, 2023 Share Posted December 12, 2023 Hi! I want to add a blog to my website, but the font size of the blog title (on the overall page & blog page itself) is too big. I've tried adjusting it via Site Style > Fonts > Assign Styles, but this doesn't work. Does anyone know how to fix this? URL: www.tevestudios.com/library Link to comment
Web_Solutions Posted December 12, 2023 Share Posted December 12, 2023 1 hour ago, tevestudios said: Hi! I want to add a blog to my website, but the font size of the blog title (on the overall page & blog page itself) is too big. I've tried adjusting it via Site Style > Fonts > Assign Styles, but this doesn't work. Does anyone know how to fix this? URL: www.tevestudios.com/library You can change the font size by following the image instruction 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
tevestudios Posted December 12, 2023 Author Share Posted December 12, 2023 @Web_Solutions I've already tried this and this does not work. So I'm looking for a different solution. Link to comment
Solution Web_Solutions Posted December 12, 2023 Solution Share Posted December 12, 2023 54 minutes ago, tevestudios said: @Web_Solutions I've already tried this and this does not work. So I'm looking for a different solution. Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. You can change the size 30px to as you want. .view-list .blog-item .blog-title { font-size: 30px !important; } omk-squarehead and tuanphan 2 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
tevestudios Posted December 13, 2023 Author Share Posted December 13, 2023 @Web_Solutions Thank you, this worked! Link to comment
ShreyaK Posted August 29 Share Posted August 29 trying to use this as well, but for alternating blog posts, . view-list .blog-alternating-side-by-side-item-wrapper .blog-title { font-size: 30px !important; } this didnt work Link to comment
tuanphan Posted September 2 Share Posted September 2 On 8/30/2024 at 3:31 AM, ShreyaK said: trying to use this as well, but for alternating blog posts, . view-list .blog-alternating-side-by-side-item-wrapper .blog-title { font-size: 30px !important; } this didnt work You can use this code body.view-list .blog-title { font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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