Title: Link appearance
Last modified: August 21, 2016

---

# Link appearance

 *  Resolved [sunnycoder](https://wordpress.org/support/users/sunnycoder/)
 * (@sunnycoder)
 * [12 years ago](https://wordpress.org/support/topic/link-appearance-3/)
 * I love the theme – great work.
    Only issue that I am facing is that hyperlinked
   text has same appearance as regular text. This makes is hard for visitors to 
   discern what is clickable and what is not. How can I customize the appearance
   of links?

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

 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [12 years ago](https://wordpress.org/support/topic/link-appearance-3/#post-4828932)
 * You can create a [child theme](https://codex.wordpress.org/Child_Themes) and 
   in the stylesheet of your child theme, change:
 * …just the post links to another color with:
 *     ```
       .post a {
           color: #00f;
       }
       ```
   
 * …or all links with:
 *     ```
       a {
           color: #00f;
       }
       ```
   
 *  Theme Author [sid88](https://wordpress.org/support/users/sid88/)
 * (@sid88)
 * [12 years ago](https://wordpress.org/support/topic/link-appearance-3/#post-4828936)
 * Hi Sunny
    Thanks you like the theme. I will be soon updating the theme with some
   css and other fixes. For the time being if you want to edit the appearance of
   link then in the css file go to line 29 and 92 and change the color a { color:#
   333333; text-decoration: none; } .post a { color: #333333; text-decoration: none;}
 *  Thread Starter [sunnycoder](https://wordpress.org/support/users/sunnycoder/)
 * (@sunnycoder)
 * [12 years ago](https://wordpress.org/support/topic/link-appearance-3/#post-4829084)
 * Worked like a charm .. Many thanks!

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

The topic ‘Link appearance’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ezyreader/1.2.5/screenshot.png)
 * EzyReader
 * [Support Threads](https://wordpress.org/support/theme/ezyreader/)
 * [Active Topics](https://wordpress.org/support/theme/ezyreader/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ezyreader/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ezyreader/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [sunnycoder](https://wordpress.org/support/users/sunnycoder/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/link-appearance-3/#post-4829084)
 * Status: resolved