• Hi, I’m configuring my new website and I’ve noticed that hyperlinks are not very well seen. For example, on http://www.workouter.sk/o-mne (it’s in slovak language) the hyperlink on word “články” is barely seen.

    When I try to add text-decoration: underline; to my style.css like this:

    a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline; }

    it applies to all titles of posts and not the specific word with hyperlink (which is the effect I want).

    Could someone help me please which code I need to change?

    • This topic was modified 8 years, 9 months ago by darius23694.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing the hyperlink color on word’ is closed to new replies.