• In my theme Irene the reply button shows but i can’t click on it there is no URL linked, this is part of the style.css script:

    }
    ol.commentlist li .reply{
    margin-top:10px;
    font-size:10px;
    width:42px;
    height:28px;
    text-indent:-9000px;
    background:url(images/reply.png);
    }

    If i change the script like below the text REPLY is shown and i can click on it, that’s how it supposed to be with the button too:

    }
    ol.commentlist li .reply{
    margin-top:10px;
    font-size:12px;
    }

    Can anyone help me please, i am a PHP NOOB ??

    Website:
    https://pietkei.nl

  • The topic ‘Reply button not linked to URL’ is closed to new replies.