lazzaisenough Posted May 25, 2021 Share Posted May 25, 2021 Hello everyone! I would like to add custom font to my author name in my blog list and posts but I can't find the CSS ID of it. Thanks in advance. Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 Hi. can you share link to blog list page? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lazzaisenough Posted May 26, 2021 Author Share Posted May 26, 2021 https://www.waamoz.com/diaario Link to comment
lazzaisenough Posted May 26, 2021 Author Share Posted May 26, 2021 As you can notice the fonts of the author and date are different. The date one is my custom font. I want to change it also for the author but I don't know how to target it. Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 30 minutes ago, lazzaisenough said: As you can notice the fonts of the author and date are different. The date one is my custom font. I want to change it also for the author but I don't know how to target it. Add to Design > Custom CSS /* date author custom font */ .blog-meta-section * { font-family: 'geomanist_regular' !important; } lazzaisenough 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lazzaisenough Posted May 26, 2021 Author Share Posted May 26, 2021 Thanks a lot! It works perfectly. And now if I want to do the same for the post itself? That's all for today and thank you really much! Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/26/2021 at 11:08 PM, lazzaisenough said: Thanks a lot! It works perfectly. And now if I want to do the same for the post itself? That's all for today and thank you really much! With blog detail, use this code /* Blog detail meta font */ .blog-item-meta-wrapper * { font-family: 'geomanist_regular' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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