Title: UL Hyperlink styling
Last modified: August 20, 2016

---

# UL Hyperlink styling

 *  Resolved [douglasbell01](https://wordpress.org/support/users/douglasbell01/)
 * (@douglasbell01)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/ul-hyperlink-styling/)
 * … a quick question that a CSS wizz can hopefully answer without trouble:
 * I’m trying to style hyperlinks in lists, so that they are not nasty aggressive
   blue (default)… but can’t seem to get my head around changing these. Many tweaks,
   many failures so far.
 * Tried changes to UL on CSS:
 * `.post ul li{font-size:1.4em; list-style-type:square; margin:5px 0 5px 15px; 
   color: #000000;}` without success.
 * See example of problem [here](http://hideouthostel.com/travel/travel-to-fez/)
 * A huge thank you in advance to anyone who can teach me a fix.

Viewing 1 replies (of 1 total)

 *  Thread Starter [douglasbell01](https://wordpress.org/support/users/douglasbell01/)
 * (@douglasbell01)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/ul-hyperlink-styling/#post-2411791)
 * Found a solution [here](http://wordpress.org/support/topic/change-hyperlink-colours)
 * Needed more code added onto CSS. Simple.
 *     ```
       .post ul li a:link, a:visited {color: #000; text-decoration: none;}
       .post ul li a:hover, a:active {color: #ccc; text-decoration: underline;}
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘UL Hyperlink styling’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hyperlinks](https://wordpress.org/support/topic-tag/hyperlinks/)
 * [unordered lists](https://wordpress.org/support/topic-tag/unordered-lists/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [douglasbell01](https://wordpress.org/support/users/douglasbell01/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/ul-hyperlink-styling/#post-2411791)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
