Home Forums Basel support forum Link inside the texts Reply To: Link inside the texts

#44909

Artem Temos
Keymaster

Try to replace with this one

.site-content .wpb_text_column  a {
	color: red;
	text-decoration:underline
}

.site-content .wpb_text_column a:hover {
	color: green;
	text-decoration:none
}