mportch Posted April 14, 2020 Share Posted April 14, 2020 Site URL: https://smilodon-ocelot-my5f.squarespace.com/blog/all-about-photo-merit-award Hi, How do I make the date smaller in my individual blog pages in MOBILE view? passcode: trythis Link to comment
tuanphan Posted April 14, 2020 Share Posted April 14, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .blog-meta-item--date span { font-size: 16px !important; } } avaa 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
avaa Posted July 11, 2020 Share Posted July 11, 2020 On 4/14/2020 at 3:49 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .blog-meta-item--date span { font-size: 16px !important; } } hi! how it will be if i want to do the same thing with categories and author ?? Link to comment
tuanphan Posted July 11, 2020 Share Posted July 11, 2020 Just now, avaa said: hi! how it will be if i want to do the same thing with categories and author ?? if you share link to blog, we can check 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
avaa Posted July 11, 2020 Share Posted July 11, 2020 8 minutes ago, tuanphan said: if you share link to blog, we can check easier. https://soybean-gold-8cg6.squarespace.com/blog/top-10-places-to-visit-this-year-el99j password: hola i don't really want to change the size, but i used the .blog-meta-item--date span { to change te font family of the date and now i want to change the font for categories and author Link to comment
tuanphan Posted July 11, 2020 Share Posted July 11, 2020 3 minutes ago, avaa said: https://soybean-gold-8cg6.squarespace.com/blog/top-10-places-to-visit-this-year-el99j password: hola i don't really want to change the size, but i used the .blog-meta-item--date span { to change te font family of the date and now i want to change the font for categories and author .blog-item-meta-wrapper * { font-family: calistoga-regular !important; } avaa 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
avaa Posted July 11, 2020 Share Posted July 11, 2020 3 minutes ago, tuanphan said: .blog-item-meta-wrapper * { font-family: calistoga-regular !important; } thanks!!! Link to comment
NatalieCatalina Posted December 14, 2022 Share Posted December 14, 2022 On 7/11/2020 at 6:14 PM, avaa said: hi! how it will be if i want to do the same thing with categories and author ?? On 7/11/2020 at 6:29 PM, tuanphan said: .blog-item-meta-wrapper * { font-family: calistoga-regular !important; } is it possible to change font size on mobile for date and category together? Link to comment
tuanphan Posted December 17, 2022 Share Posted December 17, 2022 On 12/14/2022 at 9:46 AM, NatalieCatalina said: is it possible to change font size on mobile for date and category together? Try this, if it doesn't work, please share link to blog page on your site @media screen and (max-width:767px) { .blog-item-meta-wrapper * { font-size: 16px !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