Home › Forums › Basel support forum › Links color again Links color again This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 18, 2017 at 3:08 pm #10993 vortexvtParticipant Hi! You helped me with links in blog post (https://xtemos.com/forums/topic/links-colour/), but I have same problem with pages. I tried to fix it myself, but it changed links color of whole website, and this is not what I wanted. March 18, 2017 at 9:25 pm #10996 Artem TemosKeymaster Hello, Sure, here is a code snippet to change links color for the page content .page .entry-content a { color: green; } Regards March 18, 2017 at 10:13 pm #11000 vortexvtParticipant Yes, I also tried to do same way, but the problem is that the first page (Home) is also a static page, and all links become green (in this example) 🙂 March 19, 2017 at 8:41 am #11004 Artem TemosKeymaster OK, then try this one body.page:not(.home) .entry-content a { color: green; } Regards March 19, 2017 at 9:37 am #11007 vortexvtParticipant That’s fixed my problem. Thank you very much 🙂 March 19, 2017 at 9:57 am #11008 Artem TemosKeymaster You are welcome 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register