How to change color, hover, size, and line height of embedded text links?

On this page http://imagethrowcom.webflow.com/design-studio-all-throws there are 3 columns, the first column holds text links which when clicked change the images in the 3rd column.

The text links are embedded and I’m using jquery for the image gallery.

I’m looking to style the text links, anybody know how to accomplish this with embedded code? I’ve been messing around with it but can’t seem to figure it out.

I figured it out by putting the following code in the custom code head tag.

<style type="text/css"> 
a:link { color: #your color; } 
a:visited { color: #your color; } 
a:hover { color: #your color; } 
a:active { color: #your color; } 
</style>
1 Like

This is a pretty standard thing I would have thought. Webflow should give the ability to set this without going to custom code so we can see how it looks without having to publish.