Title: phdsg's Replies | WordPress.org

---

# phdsg

  [  ](https://wordpress.org/support/users/phdsg/)

 *   [Profile](https://wordpress.org/support/users/phdsg/)
 *   [Topics Started](https://wordpress.org/support/users/phdsg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/phdsg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/phdsg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/phdsg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/phdsg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/phdsg/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[News Announcement Scroll] Redirect Link Style](https://wordpress.org/support/topic/redirect-link-style/)
 *  Thread Starter [phdsg](https://wordpress.org/support/users/phdsg/)
 * (@phdsg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/redirect-link-style/#post-9059203)
 * ps:
 * in the code for the ones who would try, in the mouseover/out parameters I replaced
   the ‘ character by & # 0 3 9 ;
 * Code has been interpreted in the previous post…
 * Philippe
    -  This reply was modified 9 years, 2 months ago by [phdsg](https://wordpress.org/support/users/phdsg/).
    -  This reply was modified 9 years, 2 months ago by [phdsg](https://wordpress.org/support/users/phdsg/).
    -  This reply was modified 9 years, 2 months ago by [phdsg](https://wordpress.org/support/users/phdsg/).
    -  This reply was modified 9 years, 2 months ago by [phdsg](https://wordpress.org/support/users/phdsg/).
    -  This reply was modified 9 years, 2 months ago by [phdsg](https://wordpress.org/support/users/phdsg/).
    -  This reply was modified 9 years, 2 months ago by [phdsg](https://wordpress.org/support/users/phdsg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[News Announcement Scroll] Redirect Link Style](https://wordpress.org/support/topic/redirect-link-style/)
 *  Thread Starter [phdsg](https://wordpress.org/support/users/phdsg/)
 * (@phdsg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/redirect-link-style/#post-9059141)
 * Hi,
 * to continue with my previous post, I had partial success changing php code in
   gAnnounce.php with:
    - text-decoration: none
    - onMouseOver / onMouseOut paramaters – the oldfashion way 🙂
 * see this example:
 *     ```
       if ( ! empty( $data ) ) {
       	foreach ( $data as $data ) { 
   
       		if( ! empty( $data->gnews_redirect_link ) ) {
       			$data->gNews_text = '<a href="'.$data->gnews_redirect_link.'" style="color:inherit;text-decoration:none;font-weight:inherit" onMouseOver="this.style.color='#b8a279'" onMouseOut="this.style.color='#8C6900'" target="_blank">'.$data->gNews_text.'</a>';
       		}
       ```
   
 * Don’t know if it is really a good idea to use this in production.
    Would be nice
   to get such kind of options in the setting of the widget.
 * Let me know if you have an idea about it.
    Thanks in advance for support.
 * Philippe

Viewing 2 replies - 1 through 2 (of 2 total)