Change link color in posts only and underline links Posted in : Editor SolariParticipant 23 August 2016 at 05:25 #43281 How can I do this in single post pages? I can’t seem to get it to work via CSS custom entries so I have more to learn. Basically I want to change the link color from the default set in customizer and add a subtle underline (dash?) to the link in the post. Thanks! Ray serkanModerator 23 August 2016 at 11:24 #43288 Hi Ray, Dashboard > appearance > customise > colors > link color and hover color should be changed from here. You can use this custom css code for underline the links. .entry-content > p > a:hover { border-bottom: 2px solid #ccc; } Thanks SolariParticipant 24 August 2016 at 05:59 #43322 That did the trick. Thank you! Ray serkanModerator 24 August 2016 at 11:58 #43328 You are welcome Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register