Home › Forums › Support › Change link colors on all posts page (blog) This topic has 5 replies, 3 voices, and was last updated 6 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 13, 2019 at 2:21 pm #1033743 David Hi GP team! I want to customize with CSS the color of the links on the entries page. That is, where all posts are displayed. I don’t want it to affect any part of the web. I do not get it! Thank you October 13, 2019 at 3:08 pm #1033760 LeoStaff Customer Support Hi there, Try Customizer > Colors > Blog Post Title: https://docs.generatepress.com/article/colors-overview/ Let me know if this helps 🙂 October 14, 2019 at 3:48 pm #1034640 David Hi Leo! It works in a blog page, but I have Elements (header) + WPShowPosts plugin to show the entries. You can check out the website. I’m looking to make the same like “Mellow” example on your Site-library (https://generatepress.com/site-library/) It’s possible? Thank you 🙂 October 14, 2019 at 5:24 pm #1034666 LeoStaff Customer Support Have you tried modifying the setting in WP Show Posts? https://docs.wpshowposts.com/article/content-overview/#title-colors Let me know 🙂 October 16, 2019 at 12:29 am #1035911 David Hi leo! I don’t have this options. I have a feed less! I’m using a standard version of “WPShowPost” (Not pro) Image: https://ibb.co/kcSCnBR The info are updated? October 16, 2019 at 8:28 am #1036406 DavidStaff Customer Support Hi there, Color options are only available in WPSP Pro. Otherwise they inherit the content link color from the Customizer. You can override them directly with some CSS: /* Entry title */ .wp-show-posts-entry-title a { color: red; } .wp-show-posts-entry-title a:hover { color: green; } and: /* Entry Meta */ .wp-show-posts-entry-meta a { color: red; } .wp-show-posts-entry-meta a:hover { color: green; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In