Home › Forums › Basel support forum › Link inside the texts › Reply To: Link inside the texts
March 9, 2018 at 1:56 pm
#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
}