JahRanger Posted March 26, 2020 Posted March 26, 2020 Site URL: https://www.greenvibe.world/ Hi, I am designing a website in which I would like to color code the titles of blog posts. For example: a certain category of posts will be colored green, and another category will be colored red, and so on.. I am not able to do a simple markdown within the title of the post. Is what I want to accomplish possible? If so, would anyone be able to help me figure out this problem? Thank you in advanced, Jahranger
tuanphan Posted March 27, 2020 Posted March 27, 2020 Can you share access password? 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!)
JahRanger Posted March 27, 2020 Author Posted March 27, 2020 Access password is graciemay1127. URL to page is https://www.greenvibe.world/new-blog Thanks!
derricksrandomviews Posted March 27, 2020 Posted March 27, 2020 You will need a css color code for every post you want to change. You may be able to put it in a markdown or code block of the post itself never tried it but it won't hurt to experiment. The first part changes title color, the second part changes link color to the post. You can't put this in custom css unless you include the item number of each post. .post-inner-content .entry-title a { color: #fff; } body.single .post-inner-content a { color: #000; } choose or make a color here, copy and paste the #number https://www.hexcolortool.com/#000000
tuanphan Posted March 28, 2020 Posted March 28, 2020 I see 8 hours ago, JahRanger said: Access password is graciemay1127. URL to page is https://www.greenvibe.world/new-blog Thanks! I see 2 passwords...? 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!)
JahRanger Posted March 30, 2020 Author Posted March 30, 2020 Thank you guys for the info and the help. I believe I am going to opt to make categories through the Squarespace feature rather than color coding. I appreciate your time and wish you well. - Jah
derricksrandomviews Posted March 30, 2020 Posted March 30, 2020 Cats and summary blocks on a page is the way to go, mine is quite large after five years: my random views derrick Lee parker
Recommended Posts
Archived
This topic is now archived and is closed to further replies.