Guest Posted January 3, 2020 Posted January 3, 2020 I want my summary block title and metadata to be the same as what it looks like on the blog page (screenshot attached). Currently I can't figure out the correct code to change the 'large text' (which it is set in the summary block) to my imported font, like I have my headings eg, h1 {font-family: 'Avenir Medium';} h2 {font-family: 'Avenir Medium';}. Also, the meta data text I would like to be black instead of grey. If you could help me make it look like the photo I have attached it would be great. Site is modernlifeau.com and the password is 12345
tuanphan Posted January 3, 2020 Posted January 3, 2020 Can you share link to summary block on your site? 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!)
Guest Posted January 4, 2020 Posted January 4, 2020 18 hours ago, tuanphan said: Can you share link to summary block on your site? https://www.modernlifeau.com/style/minimalist-jewellery Down the bottom - as seen in screenshot
tuanphan Posted January 4, 2020 Posted January 4, 2020 Add to Home > Design > Custom CSS /* Title */ .summary-title-link { font-family: 'Avenir Medium'; } /* category */ .summary-metadata-item a { font-family: 'Avenir Medium'; } 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!)
Guest Posted January 4, 2020 Posted January 4, 2020 Amazing, thank you so much. Did you have a solution for the size of the category font?
tuanphan Posted January 4, 2020 Posted January 4, 2020 3 minutes ago, slgwrkb said: Amazing, thank you so much. Did you have a solution for the size of the category font? font-size: 50px; 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!)
Guest Posted January 4, 2020 Posted January 4, 2020 .summary-metadata-item a { color: #000000 !important; } Is there a reason why this won't change the colour to black?
tuanphan Posted January 4, 2020 Posted January 4, 2020 1 minute ago, slgwrkb said: .summary-metadata-item a { color: #000000 !important; } Is there a reason why this won't change the colour to black? It has opacity 70% 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!)
tuanphan Posted January 5, 2020 Posted January 5, 2020 23 hours ago, slgwrkb said: Is there a way to change it? .summary-metadata-item {opacity: 1 !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!)
sheriipop Posted June 25, 2021 Posted June 25, 2021 Hi! @tuanphan I'm also trying to change the title of my summary block (to Hunter). Can you help, please? None of the codes I've found here in the forum has worked. Thank you! https://www.sherriedickinson.com/journal pw: bblog
tuanphan Posted June 28, 2021 Posted June 28, 2021 On 6/25/2021 at 10:29 AM, louieandthird said: Hi! @tuanphan I'm also trying to change the title of my summary block (to Hunter). Can you help, please? None of the codes I've found here in the forum has worked. Thank you! https://www.sherriedickinson.com/journal pw: bblog Hi. You mean Blog Title or Summary Title? I don't see summary title in Journal page. & Hunter is font name or??? 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!)
sheriipop Posted June 28, 2021 Posted June 28, 2021 @tuanphan Sorry, yes, I meant Blog Title. And yes, the font name is Hunter.
tuanphan Posted June 30, 2021 Posted June 30, 2021 On 6/28/2021 at 8:37 PM, louieandthird said: @tuanphan Sorry, yes, I meant Blog Title. And yes, the font name is Hunter. Use this CSS h1.blog-title a { font-family: Hunter !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!)
sheriipop Posted June 30, 2021 Posted June 30, 2021 9 hours ago, tuanphan said: Use this CSS h1.blog-title a { font-family: Hunter !important; } Thanks so much, as always!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.