Search for: Log In Free Support [Resolved] How to Change the Link Color in Blockquote? Home › Forums › Support › How to Change the Link Color in Blockquote? This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 20, 2019 at 6:34 am #935763 Robin Hey there, I’ve searched high and low but can’t find how to change the link text colour in the blockquote CSS. Here’s what it looks like. – LINK TO SCREENSHOT I need the black text made white, while still keeping the pink underline. TIA, Robin June 20, 2019 at 6:48 am #935823 DavidStaff Customer Support Hi there, not sure if you can change the link color in Elementor – but if not then this CSS: blockquote a { color: #ffffff !important; } And if you want to change the hover color: blockquote a:hover { color: #dddddd !important; } It will apply to all blockquotes though. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 20, 2019 at 7:46 am #935976 Robin Great. That worked. Thanks, David. June 20, 2019 at 7:49 am #935979 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In