mizc Posted October 18, 2023 Posted October 18, 2023 Hi I've seen people with similar problems but didn't find a solution that quite fixed it for me. I want to use a custom font that I already have uploaded and used in other parts of the side and now use it for the Blog Metadata title. I've found this code in a few places online, but it's not working for me. Any insights would be great! .blog-item-meta-wrapper * { font-family: 'PALMER LAKE CAPS' !important; }
Web_Solutions Posted October 18, 2023 Posted October 18, 2023 14 minutes ago, mizc said: Hi I've seen people with similar problems but didn't find a solution that quite fixed it for me. I want to use a custom font that I already have uploaded and used in other parts of the side and now use it for the Blog Metadata title. I've found this code in a few places online, but it's not working for me. Any insights would be great! .blog-item-meta-wrapper * { font-family: 'PALMER LAKE CAPS' !important; } If you share your page link then it will be better to understand why the code is not working. Can you try with the code below? .blog-meta-section *, .blog-item-meta-wrapper * { font-family: 'PALMER LAKE CAPS' !important; } 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment