Why Choose Us?

3000+ Happy Customers

6000+ Projects Launched

15+ Years of Experience

Support You Can Rely On

Open Category List

How do I change the color of the “VISIT THIS LINK” button.

1 minuteread

You can do it by using the custom css option, from : Simple Link Directory > Settings > Custom CSS.

You can add something like:

.sld_single_button {
	background: #ff0000;
	color:#fff;
	border:none;
}