LindsayAM2020 Posted July 13, 2020 Share Posted July 13, 2020 Site URL: https://relevancyroadmap.squarespace.com Hi there. My site has 5 blog pages and each one I want to be color themed. I want the blog landing page (example: https://relevancyroadmap.squarespace.com/agencyculture) to list the blog names with the color and then when I open the blog (example: https://relevancyroadmap.squarespace.com/agencyculture/barrierone) I want the title to be in that color. Can anybody help me out? I've seen another question about changing blog title font, but I don't know if that would work for styling 5 different blogs. Thanks! Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 You can add code to Page Header to use different color. Where is blog title? I don't see... https://relevancyroadmap.squarespace.com/agencyculture/map 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!) Link to comment
LindsayAM2020 Posted July 15, 2020 Author Share Posted July 15, 2020 9 hours ago, tuanphan said: You can add code to Page Header to use different color. Where is blog title? I don't see... https://relevancyroadmap.squarespace.com/agencyculture/map Here is a screenshot of the blog title that I am trying to change to red! I was able to change the body text using a markdown but can't change the title color. I've got 5 blogs that I want differentiated so I'm trying to do the color themes. I tried adding this to the page header code for the blog but that didn't do the trick. Darn! h1.entry-title { color: red !important; } Link to comment
tuanphan Posted July 16, 2020 Share Posted July 16, 2020 20 hours ago, LindsayAM2020 said: Here is a screenshot of the blog title that I am trying to change to red! I was able to change the body text using a markdown but can't change the title color. I've got 5 blogs that I want differentiated so I'm trying to do the color themes. I tried adding this to the page header code for the blog but that didn't do the trick. Darn! h1.entry-title { color: red !important; } .blog-item-title h1 { color: red !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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.