Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    The only way would be to add a “fake” button/link using CSS. You could add something like this to your themes CSS:

    .accordion-title.open:after {
        content: "close";
        float: right;
        /* Add the rest of your 'link' styling here */
    }
Viewing 1 replies (of 1 total)
  • The topic ‘link to close’ is closed to new replies.