how can i modify the link color for my kontera ads when i log into my account, i dont see anything except an already made code.
Plenty of people use Kontera. Changing the link color is easy. Just look in the code you paste on your site. Look for this: var dc_AdLinkColor Change 'orange' to the hexadecimal color you want. Make sure you include the #. So mine looks like var dc_AdLinkColor = '#FF7800' ; That'll work.