danimagicmage Posted July 8, 2019 Posted July 8, 2019 Hi, I'd like to target only the font on all blog posts and change it to black. We are using a black background site wide with white font, but I'm using CSS to change the blog roll and blog posts background to white so I need the individual posts to have black body font. https://taniadakkabadassd.squarespace.com/ - pw is hellyeah Thanks!
ArchMonkey Posted July 8, 2019 Posted July 8, 2019 Hey @DaniMagicMage, You can get your blog post text set to black with the following Custom CSS: article.BlogItem, article.BlogItem h1, article.BlogItem h2, article.BlogItem h3 { color: #1d1d1d; } Add any other h4, h5, or other tags you use in your blog posts that need to be styled black as well to the list above and you should be good. Of course you can change the color to whatever you like. Hope that helps! James I'm a long-time developer who currently owns and runs SavvyStoreSolutions.com where I help people with their Shopify, Squarespace, and other eCommerce sites.
pinfante Posted December 22, 2019 Posted December 22, 2019 Would you know how to change the color of the fonts used in the 'previous' and 'next' links in the lower section of each blog post?
tuanphan Posted December 22, 2019 Posted December 22, 2019 23 minutes ago, pinfante said: Would you know how to change the color of the fonts used in the 'previous' and 'next' links in the lower section of each blog post? Can you share link to previous, next? 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 December 22, 2019 Posted December 22, 2019 5 hours ago, pinfante said: Link is attached below. I can change the font color of the body of the blog and title on top, and I know the NEXT and PREVIOUS labels are red and can be changed in the regular blog options, but the color of the titles of the articles associated with NEXT and PREVIOUS (lower left and right of page) don't change with the body text color for some reason. https://www.pfiphoto.com/blog/how-should-i-dress-when-getting-a-headshot Thanks for looking at this. "titles of the articles associated with NEXT and PREVIOUS" I don't see title, can you take screenshot? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.