• When you check out my site 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)
  • .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

    (@selm)

    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.