1 to 3 of 3
Is it possible to change the link color settings inside the widget? The widget ads links that are white on a white background on my site right now.
Thanks,
John
Hmmm...you could try editing the file images/style/output.css
Every link in an ad zone is inside the .oio-cell class. You could therefore try adding the following code to that file (using the colour black as an example):
.oio-cell a {
color:#000;
}
That worked to change the links back to black. Thanks for you help!
1 to 3 of 3