Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorexceljohn
    • CommentTimeOct 8th 2008
     

    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

    • CommentAuthorSimon
    • CommentTimeOct 8th 2008
     
    Project Admin

    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;
    }

  1.  

    That worked to change the links back to black. Thanks for you help!