EmmaR Posted May 12, 2021 Share Posted May 12, 2021 Site URL: https://mamahugzyoga.co.uk/mama-hugz-blog Hi. I am trying to change the title fonts on a Blog page for a client. I have found the css for the summary block, the actual Blog page, but for some reason I can't find the css that works to change the font on the Blog homepage - where all the blogs are listed. If anyone can enlighten me on what that is I would really appreciate it! The URL is https://mamahugzyoga.co.uk/mama-hugz-blog The text I want to change is the title of the Blog to be in a different font. Thanks Emma Link to comment
Solution tuanphan Posted May 14, 2021 Solution Share Posted May 14, 2021 Add to Design > Cusotm CSS /* blog title font */ h1.blog-title, h1.entry-title, a.summary-title-link { font-family: 'Filosophia' !important; } EmmaR, Dieg and EllaHampshirePerks 3 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
EmmaR Posted May 17, 2021 Author Share Posted May 17, 2021 On 5/14/2021 at 5:14 AM, tuanphan said: Add to Design > Cusotm CSS /* blog title font */ h1.blog-title, h1.entry-title, a.summary-title-link { font-family: 'Filosophia' !important; } @tuanphan thank you so much! That has worked!! Thanks again you are very kind to help out. Emma Link to comment
olani_98 Posted November 2 Share Posted November 2 On 5/14/2021 at 12:14 AM, tuanphan said: Add to Design > Cusotm CSS /* blog title font */ h1.blog-title, h1.entry-title, a.summary-title-link { font-family: 'Filosophia' !important; } Old post but can you add the css for the excerpt? Thank you very much! Link to comment
tuanphan Posted November 4 Share Posted November 4 On 11/3/2023 at 12:14 AM, olani_98 said: Old post but can you add the css for the excerpt? Thank you very much! Use this /* blog title font */ h1.blog-title, h1.entry-title, a.summary-title-link, .blog-excerpt-wrapper * { font-family: 'Filosophia' !important; } Dieg 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
Dieg Posted November 10 Share Posted November 10 @tuanphan Hey! This helped me also! Thanks! Can you please share the code for the date or all the meta information of the posts? Link to comment
tuanphan Posted November 12 Share Posted November 12 On 11/10/2023 at 11:09 AM, Dieg said: @tuanphan Hey! This helped me also! Thanks! Can you please share the code for the date or all the meta information of the posts? Each template will have a different code, for above site, the code will be time.blog-date { font-family: 'Filosophia' !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