Title: CSS Link Question
Last modified: August 18, 2016

---

# CSS Link Question

 *  [selm](https://wordpress.org/support/users/selm/)
 * (@selm)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/css-link-question/)
 * When you check out my site [http://www.blinked.de](http://www.blinked.de)
    you
   will notice that all the Links in my posts and the default ones like “kommentare”(
   comments in german) have the same properties in color, size etc.
 * how can i give the links in my posts and pages different properties to the defualt
   ones like the “comments” links for example?
 * i am sure this is something to add in the CSS but i have no idea where and how.
 * here is my CSS file:
 * [long code removed – use a pastebin service]

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/css-link-question/#post-380506)
 * .feedback a {
    color:#ff0000; }
 * p a {
    color:#00ff00; }
 * This is an example.
    The top one changes all like in the ‘feedback’ class to 
   red
 * The other changes all paragraph links to green.
 * It’s the ‘a’ tags you need to change, or if they are not defined, just define
   them.
    Put any changes at the bottom of the css too.
 *  Thread Starter [selm](https://wordpress.org/support/users/selm/)
 * (@selm)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/css-link-question/#post-380514)
 * great – thanks!
 * and hwo do i do the same with the category links right under the title of the
   posts? 🙂

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

The topic ‘CSS Link Question’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [selm](https://wordpress.org/support/users/selm/)
 * Last activity: [20 years, 1 month ago](https://wordpress.org/support/topic/css-link-question/#post-380514)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
