• Resolved paultoner

    (@paultoner)


    Hi Guys,

    Any help appreciated. Im trying to syle my links (clean home theme), although when I call the a: and a: hover tags it also overwrites the styles I have assigned to my navigation. This can be seen here:

    https://www.tonerdigital.com/wordpress

    Each word in the nav should be individually underlined with “border bottom” however its also giving me a white underline for the entire nav.

    thanks paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding border-bottom:none;

    to:

    #nav li a {
    color:#FFFFFF;
    display:block;
    font-size:20px;
    font-weight:400;
    padding:15px 10px 8px;
    }
    Thread Starter paultoner

    (@paultoner)

    Cheer esmi, worked a treat. cant believe I missed that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘trying to sort out link styles’ is closed to new replies.