Viewing 1 replies (of 1 total)
  • Plugin Author G Matta

    (@gangesh)

    You can use your own css to add a background image to anchor tag.
    something like this.

    .og-details a{
    background-image:url(path/to/image);
    background-repeat: no-repeat;
    text-indent:-9999px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change button text’ is closed to new replies.