Site logo

Archived topic

How to Change the Link Color in Blockquote?

3 replies · Started by RJ on June 20, 2019

Viewing posts 1–4 of 4

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

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.

Great. That worked. Thanks, David.

You're welcome

This archived topic is closed to new replies.