• i wonder if anyone could shed any light here!

    I’ve noticed that the “SEARCH” and “SUBSCRIBE” buttons at the righthand side of the page http://jaxxdesigns.co.uk/wordpress/ contain SUBTLE a difference in type weight. One’s stronger than the other…

    How do i make “subscribe” as clear as “search?

    Thanx

Viewing 1 replies (of 1 total)
  • Thread Starter Jaxx Designs

    (@jaxx-designs)

    THINK I FIXED THE PROBLEM

    The following code seems to fix “search” and “subscribe” with the same strength.

    input[type=”submit”] {
    background-color: #797979;
    font-weight: normal;
    }

    input[type=”submit”]:hover {
    background-color: #c5c5c5;
    font-weight: normal;
    }

Viewing 1 replies (of 1 total)

The topic ‘font styles!’ is closed to new replies.