Title: Erudite theme
Last modified: August 19, 2016

---

# Erudite theme

 *  [n_pagiulas](https://wordpress.org/support/users/n_pagiulas/)
 * (@n_pagiulas)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/erudite-theme/)
 * i need to change the link appearance, to the Erudite theme.
    i want only on mouse
   over the link to be underline. in any other case, the link to remain simple text.
 * any idea how to do it?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/erudite-theme/#post-2037012)
 * [http://www.w3schools.com/css/css_link.asp](http://www.w3schools.com/css/css_link.asp)
   
   [http://www.w3schools.com/Css/pr_text_text-decoration.asp](http://www.w3schools.com/Css/pr_text_text-decoration.asp)
 * link to your site?
 * (it is easier to help with formatting issues when viewing the site.
    there are
   too many themes out there to be familiar with all of them)
 *  Thread Starter [n_pagiulas](https://wordpress.org/support/users/n_pagiulas/)
 * (@n_pagiulas)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/erudite-theme/#post-2037017)
 * [http://gourni.co.cc/wordpress](http://gourni.co.cc/wordpress)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/erudite-theme/#post-2037020)
 * in erudite.css:
 *     ```
       /* Main Links */
       .entry-content a {text-decoration:none; border-bottom:1px solid #aaa;}
       .entry-content a:visited {border-color:#ddd;}
       .entry-content a:hover {border-color:#555; text-decoration:none;}
       .entry-content a:active {color:#55f;}
       ```
   
 * try and change to:
 *     ```
       /* Main Links */
       .entry-content a {text-decoration:none; }
       .entry-content a:visited { }
       .entry-content a:hover { text-decoration: underline;}
       .entry-content a:active {color:#55f;}
       ```
   
 *  Thread Starter [n_pagiulas](https://wordpress.org/support/users/n_pagiulas/)
 * (@n_pagiulas)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/erudite-theme/#post-2037026)
 * yes that what i want. thanks i had all morning with that css. thanks again

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

The topic ‘Erudite theme’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [n_pagiulas](https://wordpress.org/support/users/n_pagiulas/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/erudite-theme/#post-2037026)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
