How can I change the symbol to "V" when click the widget title, after click back the widget title will change back the symbol ">".
image before click: link
This is my css that added after the widget title.
.widgettitle a::after {
content: " >";
font-size:16px;
color:#d3db2c!important;
}