How can I customize the color of links?

You can do that using the advanced CSS.

Using the following CSS:

.content-wrapper p a {    
    color: red;
}

Still need help? Contact Us Contact Us